Information about plays

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

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

{
    "id": 3545592,
    "uri": "https://api.kexp.org/v2/plays/3545592/?format=api",
    "airdate": "2025-08-27T19:05:22-07:00",
    "show": 64404,
    "show_uri": "https://api.kexp.org/v2/shows/64404/?format=api",
    "image_uri": "https://coverartarchive.org/release/9dff95d9-43fc-44fb-920e-a45c06c74816/36932291305-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9dff95d9-43fc-44fb-920e-a45c06c74816/36932291305-250.jpg",
    "song": "Dance in the Sun",
    "track_id": null,
    "recording_id": "b3c15ceb-2ef7-4aa7-9b25-23bc8e615e52",
    "artist": "The Groovy Nobody",
    "artist_ids": [
        "0b2ca52f-74bc-4279-9706-3c18925558ce"
    ],
    "album": "Solarium",
    "release_id": null,
    "release_group_id": "3ea59a83-a540-49bd-9fa2-4f4fea623b18",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-08-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Groovy Nobody is opening for Levitation Room tonight at Baba Yaga in Seattle! snag tix here: https://tickets.venuepilot.com/e/levitation-room-2025-08-27-baba-yaga-seattle-429091",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}