Information about plays

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

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

{
    "id": 3608920,
    "uri": "https://api.kexp.org/v2/plays/3608920/?format=api",
    "airdate": "2026-01-25T10:13:30-08:00",
    "show": 65751,
    "show_uri": "https://api.kexp.org/v2/shows/65751/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A#1",
    "track_id": null,
    "recording_id": "344f0e8c-6518-455d-b5d6-3ed44a9ee8d6",
    "artist": "The Sadies",
    "artist_ids": [
        "72f7495f-d40f-4c96-93bb-7fe1c9b23cbb"
    ],
    "album": "Stories Often Told",
    "release_id": null,
    "release_group_id": "637359ff-30fc-3664-ad11-f042ab9f56d9",
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2002-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Toronto, Ontario band were influenced by fellow TO band Shadowy Men on a Shadowy Planet for this song.\nhttps://thesadies.bandcamp.com/album/stories-often-told",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}