Information about plays

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

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

{
    "id": 3549403,
    "uri": "https://api.kexp.org/v2/plays/3549403/?format=api",
    "airdate": "2025-09-05T23:07:53-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "https://coverartarchive.org/release/4916ea4c-b9bc-473f-a69b-eb1d5fe2d79f/28869870415-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4916ea4c-b9bc-473f-a69b-eb1d5fe2d79f/28869870415-250.jpg",
    "song": "Scrd",
    "track_id": null,
    "recording_id": "10e9be31-55ca-4cb2-9363-fdf5e4b84879",
    "artist": "Nappy Nina & JWords",
    "artist_ids": [
        "ff7c99e3-1984-4c26-8872-07ee54aef870",
        "ef12aef8-01e6-4f78-97e4-4184045d3e8e"
    ],
    "album": "Double Down",
    "release_id": null,
    "release_group_id": "bd03a8ed-570f-46e8-8c27-07174af6dfe8",
    "labels": [
        "Lucidhaus"
    ],
    "label_ids": [
        "0c91fa35-20b1-4ead-91d3-cbf0e9424417"
    ],
    "release_date": "2021-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Support the artists and get the new album: \n\nhttps://nappynina.bandcamp.com/album/double-down",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}