Information about plays

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

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

{
    "id": 3628406,
    "uri": "https://api.kexp.org/v2/plays/3628406/?format=api",
    "airdate": "2026-03-13T12:07:02-07:00",
    "show": 66169,
    "show_uri": "https://api.kexp.org/v2/shows/66169/?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": "Ring of Fire",
    "track_id": "ff6edcd0-bf80-4e4c-b067-6697d1fd04e1",
    "recording_id": "bfd37140-14fd-497a-a39d-c133011ac244",
    "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": "In 1964, Johnny Cash's Ring of Fire was the first #1 album when Billboard debuted their Country Album Chart. You may have noticed Cash humming while performing the song. He explained this as a way to get his pitch, as he had to change keys several times during the song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}