Information about plays

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

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

{
    "id": 3631985,
    "uri": "https://api.kexp.org/v2/plays/3631985/?format=api",
    "airdate": "2026-03-21T15:53:09-07:00",
    "show": 66243,
    "show_uri": "https://api.kexp.org/v2/shows/66243/?format=api",
    "image_uri": "https://dn720905.ca.archive.org/0/items/mbid-2ea4a1d4-e28f-4f9f-b3d9-fa1b95acf427/mbid-2ea4a1d4-e28f-4f9f-b3d9-fa1b95acf427-21432858234_thumb500.jpg",
    "thumbnail_uri": "https://dn720905.ca.archive.org/0/items/mbid-2ea4a1d4-e28f-4f9f-b3d9-fa1b95acf427/mbid-2ea4a1d4-e28f-4f9f-b3d9-fa1b95acf427-21432858234_thumb250.jpg",
    "song": "Merrie Land",
    "track_id": "71092ca7-a230-41cc-ab69-5fd91bbd2cb8",
    "recording_id": "3d4ee289-9f51-4510-bc61-52c56b582609",
    "artist": "The Good, the Bad & the Queen",
    "artist_ids": [
        "0f211bfc-8c69-4cb7-9165-acbe4353cb0a"
    ],
    "album": "Merrie Land",
    "release_id": "2ea4a1d4-e28f-4f9f-b3d9-fa1b95acf427",
    "release_group_id": "0be39fe9-df0a-4024-bf47-248c93e18a50",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: \"Merrie Land\" from The Good, the Bad & The Queen was also produced by Tony Visconti.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}