Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3619277/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3619277,
    "uri": "https://api.kexp.org/v2/plays/3619277/?format=api",
    "airdate": "2026-02-18T22:57:30-08:00",
    "show": 65970,
    "show_uri": "https://api.kexp.org/v2/shows/65970/?format=api",
    "image_uri": "https://dn710904.ca.archive.org/0/items/mbid-d1f74bdb-1cad-420e-bce8-cf8ce7d62f3b/mbid-d1f74bdb-1cad-420e-bce8-cf8ce7d62f3b-15145821412_thumb500.jpg",
    "thumbnail_uri": "https://dn710904.ca.archive.org/0/items/mbid-d1f74bdb-1cad-420e-bce8-cf8ce7d62f3b/mbid-d1f74bdb-1cad-420e-bce8-cf8ce7d62f3b-15145821412_thumb250.jpg",
    "song": "Tape Machine",
    "track_id": "64744899-3078-4878-822f-fcd91db6ad82",
    "recording_id": "97777cb9-3a26-4e00-b59f-3b46e9dee6b6",
    "artist": "STRFKR",
    "artist_ids": [
        "0a19e3e4-7970-4adf-8439-90bdcc9c8661"
    ],
    "album": "Being No One, Going Nowhere",
    "release_id": "69649cc0-ddb7-47a6-b615-c4643484786d",
    "release_group_id": "2efea2fe-b9b0-4678-a74f-9e5915d65dc5",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2016-11-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}