Information about plays

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

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

{
    "id": 3638122,
    "uri": "https://api.kexp.org/v2/plays/3638122/?format=api",
    "airdate": "2026-04-05T09:32:09-07:00",
    "show": 66373,
    "show_uri": "https://api.kexp.org/v2/shows/66373/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-c2e7652c-aea3-4170-bd14-bc05e5a93ced/mbid-c2e7652c-aea3-4170-bd14-bc05e5a93ced-33610665685_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-c2e7652c-aea3-4170-bd14-bc05e5a93ced/mbid-c2e7652c-aea3-4170-bd14-bc05e5a93ced-33610665685_thumb250.jpg",
    "song": "Sunday Mornin' Comin' Down",
    "track_id": "1585588a-38ff-49cc-a74e-5fd6ebd6b9c0",
    "recording_id": "adf3cc9d-d4d2-4fad-9102-331f8d3c6dcd",
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "The Legend",
    "release_id": "c2e7652c-aea3-4170-bd14-bc05e5a93ced",
    "release_group_id": "ed247b2a-5238-33a1-99a4-03b90f7a310b",
    "labels": [
        "Columbia",
        "Legacy"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}