Information about plays

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

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

{
    "id": 3544675,
    "uri": "https://api.kexp.org/v2/plays/3544675/?format=api",
    "airdate": "2025-08-25T14:57:16-07:00",
    "show": 64386,
    "show_uri": "https://api.kexp.org/v2/shows/64386/?format=api",
    "image_uri": "https://coverartarchive.org/release/abb975ea-2a4b-400d-a434-9af8dfc80392/17160116489-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/abb975ea-2a4b-400d-a434-9af8dfc80392/17160116489-250.jpg",
    "song": "Nobody Move, Nobody Get Hurt",
    "track_id": null,
    "recording_id": "e5384b35-11ed-4d63-b628-6a31da0e5c0a",
    "artist": "Yellowman",
    "artist_ids": [
        "870ec051-e50e-4bf9-b704-6098fe0e0297"
    ],
    "album": "Nobody Move Nobody Get Hurt",
    "release_id": null,
    "release_group_id": "366a04d7-ed3c-33d3-bad5-e7eae41da6d9",
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Jim in Maple Leaf!\n\nhttps://www.discogs.com/release/632949-Yellowman-Nobody-Move-Nobody-Get-Hurt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}