Information about plays

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

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

{
    "id": 3560174,
    "uri": "https://api.kexp.org/v2/plays/3560174/?format=api",
    "airdate": "2025-10-01T19:18:22-07:00",
    "show": 64720,
    "show_uri": "https://api.kexp.org/v2/shows/64720/?format=api",
    "image_uri": "https://ia601606.us.archive.org/4/items/mbid-008fc4fc-9197-42ba-9f43-fbc2375a9b3c/mbid-008fc4fc-9197-42ba-9f43-fbc2375a9b3c-9378820765_thumb500.jpg",
    "thumbnail_uri": "https://ia801606.us.archive.org/4/items/mbid-008fc4fc-9197-42ba-9f43-fbc2375a9b3c/mbid-008fc4fc-9197-42ba-9f43-fbc2375a9b3c-9378820765_thumb250.jpg",
    "song": "My Girlfriend Is a Witch",
    "track_id": "e18c6873-c0c4-32c2-aa47-83e92b5152ad",
    "recording_id": "1545f5be-9c17-4849-8939-3edcc8ca1290",
    "artist": "October Country",
    "artist_ids": [
        "c81fca23-6ddc-4ca3-bd3d-472b647b5974"
    ],
    "album": "October Country",
    "release_id": "0c52c0fe-3b40-411f-b7a8-be6cd187eb26",
    "release_group_id": "f414a754-99e7-3e9a-91fd-435d4b69884d",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1968-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The protagonist is a little distant or alarmed by his girlfriend’s practices (‘'Glad that I am safe within my room’‘) and it even seems to be something that she has not officially spoken to him (what the phrase would refer to ’‘I know, my girlfriend is a witch’‘) but at the end of the day he seems to love her as she is (’‘But tonight I became a warlock just for spite’‘)\"  https://genius.com/October-country-my-girlfriend-is-a-witch-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}