Information about plays

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

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

{
    "id": 3519924,
    "uri": "https://api.kexp.org/v2/plays/3519924/?format=api",
    "airdate": "2025-06-28T12:08:04-07:00",
    "show": 63861,
    "show_uri": "https://api.kexp.org/v2/shows/63861/?format=api",
    "image_uri": "https://ia800707.us.archive.org/32/items/mbid-fd8c49a8-58c6-49e2-ad4a-1cf2a696a239/mbid-fd8c49a8-58c6-49e2-ad4a-1cf2a696a239-39650833113_thumb500.jpg",
    "thumbnail_uri": "https://ia600707.us.archive.org/32/items/mbid-fd8c49a8-58c6-49e2-ad4a-1cf2a696a239/mbid-fd8c49a8-58c6-49e2-ad4a-1cf2a696a239-39650833113_thumb250.jpg",
    "song": "I’m Coming Out",
    "track_id": "cb0e8759-5e60-4bb3-b8dd-6c883a9dd7f3",
    "recording_id": "ec2f10ef-a9c1-475f-8cdc-b4a203752bfe",
    "artist": "Diana Ross",
    "artist_ids": [
        "60d41417-feda-4734-bbbf-7dcc30e08a83"
    ],
    "album": "Diana",
    "release_id": "286132e9-04cc-4931-a396-3c04d39a8e78",
    "release_group_id": "fd07981b-fe56-3218-8df6-bcbe6992c96e",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Pride! \n\nBBC Music said:\n\"Diana is an artistic portrayal of complete freedom; Rodgers and Edwards' writing symbolises Ross' breaking free of the shackles of Motown on one level, but moreover, the work has a universality; celebrating gayness, blackness, equality; an album of challenging ideas, friendship and freedom.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}