Information about plays

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

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

{
    "id": 3637078,
    "uri": "https://api.kexp.org/v2/plays/3637078/?format=api",
    "airdate": "2026-04-03T01:00:55-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "https://dn711307.ca.archive.org/0/items/mbid-49f0f768-cc0b-4335-a03f-81e9c38348e6/mbid-49f0f768-cc0b-4335-a03f-81e9c38348e6-4514972492_thumb500.jpg",
    "thumbnail_uri": "https://dn711307.ca.archive.org/0/items/mbid-49f0f768-cc0b-4335-a03f-81e9c38348e6/mbid-49f0f768-cc0b-4335-a03f-81e9c38348e6-4514972492_thumb250.jpg",
    "song": "Overnight",
    "track_id": "123399db-6684-3c59-96af-a3e2ebb3c490",
    "recording_id": "d467c263-b7bc-4dc5-acd9-8ab88185aeac",
    "artist": "Chilly Gonzales",
    "artist_ids": [
        "9c306413-56b6-4ff6-982a-7e4b87d01340"
    ],
    "album": "Solo Piano",
    "release_id": "49f0f768-cc0b-4335-a03f-81e9c38348e6",
    "release_group_id": "52993260-67f5-3776-90ff-5792db9cf360",
    "labels": [
        "Sunnyside Records"
    ],
    "label_ids": [
        "92851d27-e2c0-402c-8e48-ec13e9e0137b"
    ],
    "release_date": "2007-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}