Information about plays

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

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

{
    "id": 3602817,
    "uri": "https://api.kexp.org/v2/plays/3602817/?format=api",
    "airdate": "2026-01-10T22:16:00-08:00",
    "show": 65618,
    "show_uri": "https://api.kexp.org/v2/shows/65618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dirty old Town (Live at Glasgow Barrrowland, 1987)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Pogues",
    "artist_ids": [
        "d41a6875-b626-4c0f-89a1-aecb643d29ff"
    ],
    "album": "Fairytale of New York",
    "release_id": null,
    "release_group_id": "bca00a71-a906-4ef5-9736-be1fcba065f3",
    "labels": [],
    "label_ids": [],
    "release_date": "2010-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dirty Old Town was originally released on The Pogues second album, Rum, Sodomy, and the Lash in 1985.\n\nhttps://www.facebook.com/Poguetry/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}