Information about plays

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

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

{
    "id": 3636219,
    "uri": "https://api.kexp.org/v2/plays/3636219/?format=api",
    "airdate": "2026-04-01T00:35:32-07:00",
    "show": 66333,
    "show_uri": "https://api.kexp.org/v2/shows/66333/?format=api",
    "image_uri": "https://dn721806.ca.archive.org/0/items/mbid-12d6a930-82df-4b2f-a84a-3ce617fefc19/mbid-12d6a930-82df-4b2f-a84a-3ce617fefc19-44261118242_thumb500.jpg",
    "thumbnail_uri": "https://dn721806.ca.archive.org/0/items/mbid-12d6a930-82df-4b2f-a84a-3ce617fefc19/mbid-12d6a930-82df-4b2f-a84a-3ce617fefc19-44261118242_thumb250.jpg",
    "song": "Pure Love",
    "track_id": "cdb0f8f9-eaba-4ac5-a3a0-f967ef6d4e2c",
    "recording_id": "85708c64-0057-45ca-9b15-0b148ef55941",
    "artist": "Bellaire feat. Barbara Tucker",
    "artist_ids": [
        "123eec02-145a-4d61-92c0-35529632c0fd",
        "9b1ad5c8-851a-4ead-a6d8-5145987cbc45"
    ],
    "album": "Pure Love",
    "release_id": "12d6a930-82df-4b2f-a84a-3ce617fefc19",
    "release_group_id": "d8e1c709-bdd0-4d4a-afb7-476f485754f9",
    "labels": [
        "Le Plan"
    ],
    "label_ids": [
        "b60a563d-c294-4834-91c8-ef026b24c3fb"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}