Information about plays

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

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

{
    "id": 3555841,
    "uri": "https://api.kexp.org/v2/plays/3555841/?format=api",
    "airdate": "2025-09-21T09:34:03-07:00",
    "show": 64622,
    "show_uri": "https://api.kexp.org/v2/shows/64622/?format=api",
    "image_uri": "https://coverartarchive.org/release/1a6fdee5-5250-4d6a-ad39-6cd9721862d7/2702411576-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1a6fdee5-5250-4d6a-ad39-6cd9721862d7/2702411576-250.jpg",
    "song": "Seven Curses",
    "track_id": null,
    "recording_id": "2d252a02-c6c5-4a6c-b24b-cb690b2505a6",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "The Bootleg Series, Volumes 1–3: 1961–1991: Rare and Unreleased",
    "release_id": null,
    "release_group_id": "695c83f9-0919-32b0-af9a-4e58eaf0411e",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dylan wrote this in 1963 and performed it only a few times that year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}