Information about plays

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

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

{
    "id": 3603026,
    "uri": "https://api.kexp.org/v2/plays/3603026/?format=api",
    "airdate": "2026-01-11T10:17:08-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Try The Worryin' Way",
    "track_id": null,
    "recording_id": null,
    "artist": "The Fabulettes",
    "artist_ids": [
        "73c62d78-8429-4268-9fbd-0f2490a01fbf"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sound Stage"
    ],
    "label_ids": [],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Floridian girl group suggests a novel way to lose weight. \n\nVandy was introduced to the song by Reverend Pneumonia, check out his radio show on KBFG 107.3FM Sundays 2pm or on Mixcloud https://www.mixcloud.com/Hoytoid/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}