Information about plays

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

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

{
    "id": 3595537,
    "uri": "https://api.kexp.org/v2/plays/3595537/?format=api",
    "airdate": "2025-12-24T21:43:30-08:00",
    "show": 65467,
    "show_uri": "https://api.kexp.org/v2/shows/65467/?format=api",
    "image_uri": "https://coverartarchive.org/release/0612650b-cb99-4e6a-b2e2-67524565819e/16338580053-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0612650b-cb99-4e6a-b2e2-67524565819e/16338580053-250.jpg",
    "song": "California Here I Come",
    "track_id": null,
    "recording_id": "fb49c0eb-c2c1-424a-9c1f-974ec9f1379a",
    "artist": "Shocking Blue",
    "artist_ids": [
        "8b399704-17f4-4001-943b-1d2b848940aa"
    ],
    "album": "Shocking Blue",
    "release_id": null,
    "release_group_id": "f44598d7-420b-384b-b8c5-730025c537ec",
    "labels": [
        "Pink Elephant"
    ],
    "label_ids": [
        "ae3b2899-433b-466a-b197-4e8145b7ab10"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Got a long, long way to go\nOver her dusty roads\nTake my old brown suitcase with me\nAnd leave at the break of dawn\nI'm not afraid of the distance\nFound time on my side\nHear me singing my song\nCalifornia here I come",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}