Information about plays

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

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

{
    "id": 3543325,
    "uri": "https://api.kexp.org/v2/plays/3543325/?format=api",
    "airdate": "2025-08-22T15:12:17-07:00",
    "show": 64356,
    "show_uri": "https://api.kexp.org/v2/shows/64356/?format=api",
    "image_uri": "https://ia600703.us.archive.org/5/items/mbid-482a9e20-4bcf-4c64-bb6d-c9c534259411/mbid-482a9e20-4bcf-4c64-bb6d-c9c534259411-41558797361_thumb500.jpg",
    "thumbnail_uri": "https://ia600703.us.archive.org/5/items/mbid-482a9e20-4bcf-4c64-bb6d-c9c534259411/mbid-482a9e20-4bcf-4c64-bb6d-c9c534259411-41558797361_thumb250.jpg",
    "song": "Oganesson",
    "track_id": "02622afe-771d-421f-b069-7bfcd182ff7c",
    "recording_id": "77b0c840-a872-48c9-b453-b4c967253d9b",
    "artist": "Tortoise",
    "artist_ids": [
        "e0953daa-860f-4dc8-9f1a-b12587cdaf17"
    ],
    "album": "Oganesson",
    "release_id": "482a9e20-4bcf-4c64-bb6d-c9c534259411",
    "release_group_id": "8e622a54-c042-4adb-b08b-303544975a36",
    "labels": [
        "International Anthem Recording Co."
    ],
    "label_ids": [
        "817464f6-8b69-4467-988c-1ce0bc23122e"
    ],
    "release_date": "2025-03-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First new Tortoise tune in nearly a decade!\n\nhttps://intlanthem.bandcamp.com/album/oganesson",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}