Information about plays

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

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

{
    "id": 3599611,
    "uri": "https://api.kexp.org/v2/plays/3599611/?format=api",
    "airdate": "2026-01-03T10:28:13-08:00",
    "show": 65552,
    "show_uri": "https://api.kexp.org/v2/shows/65552/?format=api",
    "image_uri": "https://coverartarchive.org/release/dbbdd8b5-d5ec-406f-b886-4930915a3c4f/17202918926-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dbbdd8b5-d5ec-406f-b886-4930915a3c4f/17202918926-250.jpg",
    "song": "Medication",
    "track_id": null,
    "recording_id": "9202c309-1bc7-4ea1-8461-81bcfe13b313",
    "artist": "Damian “Jr. Gong” Marley ft. Stephen Marley",
    "artist_ids": [
        "cbfb9bcd-c5a0-4d7c-865f-2c641c171e1c",
        "99298e13-87d6-4f0c-9334-d327d73f83c0"
    ],
    "album": "Medication",
    "release_id": null,
    "release_group_id": "da2db76e-066a-4ca9-9949-abbcc1b32b10",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jahhhhhhhhhhhhhhhhh",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}