Information about plays

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

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

{
    "id": 3572024,
    "uri": "https://api.kexp.org/v2/plays/3572024/?format=api",
    "airdate": "2025-10-31T01:17:02-07:00",
    "show": 64980,
    "show_uri": "https://api.kexp.org/v2/shows/64980/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Up All Night",
    "track_id": null,
    "recording_id": "30b56510-51d4-4d24-a460-fa2b24782114",
    "artist": "The War on Drugs",
    "artist_ids": [
        "87b9b3b8-ab93-426c-a200-4012d667a626"
    ],
    "album": "Up All Night",
    "release_id": null,
    "release_group_id": "7042ca8d-6fb9-4bdd-97f0-1d508d1c642f",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2017-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The War On Drugs performed Live in the KEXP studio in 2017: https://youtu.be/IcxWyfGR-2A.\n\nhttps://www.thewarondrugs.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}