Information about plays

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

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

{
    "id": 3562227,
    "uri": "https://api.kexp.org/v2/plays/3562227/?format=api",
    "airdate": "2025-10-07T04:18:11-07:00",
    "show": 64768,
    "show_uri": "https://api.kexp.org/v2/shows/64768/?format=api",
    "image_uri": "https://coverartarchive.org/release/7fc99d84-befc-4fca-b29f-a5711ac6aadd/30891671717-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7fc99d84-befc-4fca-b29f-a5711ac6aadd/30891671717-250.jpg",
    "song": "Talk Down",
    "track_id": null,
    "recording_id": "2a48cd74-1d0e-45ef-9be7-c3ae78312a7d",
    "artist": "Dijon",
    "artist_ids": [
        "cceea21d-f3ec-4586-be7a-d2e939c15c78"
    ],
    "album": "Absolutely",
    "release_id": null,
    "release_group_id": "c2455d4a-3e81-4aba-833c-5119d18a8fc0",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request from some badass firefighters on night shift on the Sugarloaf fire in Eastern WA!\n\nKeep fightin that good fight and thanks for listening",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}