Information about plays

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

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

{
    "id": 3564889,
    "uri": "https://api.kexp.org/v2/plays/3564889/?format=api",
    "airdate": "2025-10-14T07:46:05-07:00",
    "show": 64832,
    "show_uri": "https://api.kexp.org/v2/shows/64832/?format=api",
    "image_uri": "https://dn710002.ca.archive.org/0/items/mbid-d0f445ea-e9e2-4c6c-87f3-0ebe03cad70d/mbid-d0f445ea-e9e2-4c6c-87f3-0ebe03cad70d-15199685019_thumb500.jpg",
    "thumbnail_uri": "https://ia903104.us.archive.org/4/items/mbid-d0f445ea-e9e2-4c6c-87f3-0ebe03cad70d/mbid-d0f445ea-e9e2-4c6c-87f3-0ebe03cad70d-15199685019_thumb250.jpg",
    "song": "Voices Carry",
    "track_id": "867e6309-5f3d-306c-91c8-3ffbdb95fc17",
    "recording_id": "c79f422d-2cfb-4b4d-b3be-f4a8459235e7",
    "artist": "’Til Tuesday",
    "artist_ids": [
        "8cf8869d-e066-4c94-b734-fe05749badf0"
    ],
    "album": "Voices Carry",
    "release_id": "d0f445ea-e9e2-4c6c-87f3-0ebe03cad70d",
    "release_group_id": "878ffe7f-b327-31c5-ae90-de9268254f5b",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1985-06-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mornin John!\nCan I make a corny request for a tune from Til Tuesday? This week has been kind of a blur, so that could help get any oriented again  😛Have a great day !\n\nDuncan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}