Information about plays

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

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

{
    "id": 3584962,
    "uri": "https://api.kexp.org/v2/plays/3584962/?format=api",
    "airdate": "2025-11-30T10:44:28-08:00",
    "show": 65252,
    "show_uri": "https://api.kexp.org/v2/shows/65252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Going Up the Country",
    "track_id": null,
    "recording_id": "18db6336-5bb7-4156-963c-9c9a71172821",
    "artist": "Canned Heat",
    "artist_ids": [
        "815a0279-558c-4522-ac3b-6a1e259e95b5"
    ],
    "album": "Living the Blues",
    "release_id": null,
    "release_group_id": "67c3aaf8-fc57-48db-a3b3-4f48769cc76d",
    "labels": [
        "Liberty"
    ],
    "label_ids": [
        "f1452309-a828-4665-a70c-aacdf94d154b"
    ],
    "release_date": "1968-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "They (and other fans like Bob Dylan) likely found out about Henry Thomas and \"Bull Doze Blues\" from Harry Smith's Anthology of American Folk Music ; great live video of this song: https://www.youtube.com/watch?v=2QkEBykUlGU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}