Information about plays

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

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

{
    "id": 3551005,
    "uri": "https://api.kexp.org/v2/plays/3551005/?format=api",
    "airdate": "2025-09-09T21:46:01-07:00",
    "show": 64520,
    "show_uri": "https://api.kexp.org/v2/shows/64520/?format=api",
    "image_uri": "https://ia600709.us.archive.org/4/items/mbid-c895599a-bda1-46ac-865c-180448d72fb8/mbid-c895599a-bda1-46ac-865c-180448d72fb8-5349999795_thumb500.jpg",
    "thumbnail_uri": "https://dn721706.ca.archive.org/0/items/mbid-c895599a-bda1-46ac-865c-180448d72fb8/mbid-c895599a-bda1-46ac-865c-180448d72fb8-5349999795_thumb250.jpg",
    "song": "Tower Seven",
    "track_id": "6097dee6-4c6b-3718-8360-6ecb16ba105b",
    "recording_id": "4633037c-f48f-4352-a3b7-aee9f5fcace7",
    "artist": "Thievery Corporation",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9"
    ],
    "album": "Culture of Fear",
    "release_id": "c895599a-bda1-46ac-865c-180448d72fb8",
    "release_group_id": "4439ab07-4688-4aa2-8eed-8ae69af5cc44",
    "labels": [
        "Eighteenth Street Lounge Music"
    ],
    "label_ids": [
        "854bde53-2065-416f-bba4-3ab868709e99"
    ],
    "release_date": "2011-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sept 12 at Paramount ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}