Information about plays

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

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

{
    "id": 3572582,
    "uri": "https://api.kexp.org/v2/plays/3572582/?format=api",
    "airdate": "2025-11-01T12:13:50-07:00",
    "show": 64994,
    "show_uri": "https://api.kexp.org/v2/shows/64994/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "California",
    "track_id": "e71d07d0-b46a-3e63-8d4e-c0b060409817",
    "recording_id": "037b6e7f-5bfd-44c3-829d-1e73e257dc1a",
    "artist": "Quasi",
    "artist_ids": [
        "3df29542-402a-49a5-ae1f-82f936184b3b"
    ],
    "album": "Featuring \"Birds\"",
    "release_id": "51e264dd-6628-4007-a00c-3d067b72611f",
    "release_group_id": "a98166ed-04c9-3d0e-abd1-bfe827f5e895",
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1998-04-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Join KEXP and DJ Kennady TONIGHT for Audioasis Live, on air and in person in the KEXP Gathering Space at Seattle Center. With live music from QUASI, WIMPS, and CHICO DETOUR. More  info here: https://www.kexp.org/events/kexp-events/audioasis-live-4/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}