Information about plays

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

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

{
    "id": 3568353,
    "uri": "https://api.kexp.org/v2/plays/3568353/?format=api",
    "airdate": "2025-10-22T03:52:34-07:00",
    "show": 64900,
    "show_uri": "https://api.kexp.org/v2/shows/64900/?format=api",
    "image_uri": "https://ia601205.us.archive.org/22/items/mbid-abf6ca40-35c5-47c4-bc7b-2f1bc0b8c9b1/mbid-abf6ca40-35c5-47c4-bc7b-2f1bc0b8c9b1-6789582805_thumb500.jpg",
    "thumbnail_uri": "https://ia801205.us.archive.org/22/items/mbid-abf6ca40-35c5-47c4-bc7b-2f1bc0b8c9b1/mbid-abf6ca40-35c5-47c4-bc7b-2f1bc0b8c9b1-6789582805_thumb250.jpg",
    "song": "The Ferry Song",
    "track_id": "0a61079f-27cb-4c8f-b169-a2e395ab067b",
    "recording_id": "6d9b76e0-7b4a-40cc-becf-171a3518626d",
    "artist": "The All-American Playboys",
    "artist_ids": [
        "10834f2f-891a-4a31-9dc1-be0abbb972db"
    ],
    "album": "The All-American Playboys",
    "release_id": "abf6ca40-35c5-47c4-bc7b-2f1bc0b8c9b1",
    "release_group_id": "a05b3c98-a5d1-4f0c-8a00-bff01df67274",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}