Information about plays

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

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

{
    "id": 3552930,
    "uri": "https://api.kexp.org/v2/plays/3552930/?format=api",
    "airdate": "2025-09-14T10:58:50-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Long Goodbye",
    "track_id": null,
    "recording_id": null,
    "artist": "Dean Johnson",
    "artist_ids": [
        "072a1c1a-08a1-4bee-8ff2-94d047b50f37"
    ],
    "album": "I Hope We Can Still Be Friends",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Roadhouse fave and Seattle local Johnson will be playing The Chapel, SF 11/18 The Showbox, Seattle 11/21 - listen out for a ticket giveaway closer to the date! \nhttps://deanjohnsongs.bandcamp.com/album/i-hope-we-can-still-be-friends",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}