Information about plays

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

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

{
    "id": 3561396,
    "uri": "https://api.kexp.org/v2/plays/3561396/?format=api",
    "airdate": "2025-10-04T21:47:19-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good By Johnny",
    "track_id": null,
    "recording_id": null,
    "artist": "Loose Lips",
    "artist_ids": [
        "043fe010-1c90-407c-9c8a-7e5c18e503f6"
    ],
    "album": "Last Laugh",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "DIG! Records"
    ],
    "label_ids": [
        "d65b7917-bb63-4f3f-a114-508ea6a0beef"
    ],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Sydney, Australia and featuring members of The Unknowns/The Chats, The Prize and Chubby and the Gang.\n\nhttps://staylooselips2.bandcamp.com/album/last-laug",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}