Information about plays

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

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

{
    "id": 3561636,
    "uri": "https://api.kexp.org/v2/plays/3561636/?format=api",
    "airdate": "2025-10-05T13:28:59-07:00",
    "show": 64754,
    "show_uri": "https://api.kexp.org/v2/shows/64754/?format=api",
    "image_uri": "https://ia601600.us.archive.org/2/items/mbid-70329b27-980f-4e2f-9c96-85ad945bf9d7/mbid-70329b27-980f-4e2f-9c96-85ad945bf9d7-9707112956_thumb500.jpg",
    "thumbnail_uri": "https://ia601600.us.archive.org/2/items/mbid-70329b27-980f-4e2f-9c96-85ad945bf9d7/mbid-70329b27-980f-4e2f-9c96-85ad945bf9d7-9707112956_thumb250.jpg",
    "song": "Tighter & Tighter",
    "track_id": "58b023e7-d8a9-3f94-b91e-aa917ce97698",
    "recording_id": "b7b2378f-87c2-4cbc-8290-c82d0a9541e1",
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Down on the Upside",
    "release_id": "70329b27-980f-4e2f-9c96-85ad945bf9d7",
    "release_group_id": "3813786b-db5a-369c-83b5-41d68b981d7c",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1996-05-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "#671\n\nThere is no downside to donating to KEXP - only upside!\n\nhttps://www.kexp.org/donate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}