Information about plays

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

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

{
    "id": 3545943,
    "uri": "https://api.kexp.org/v2/plays/3545943/?format=api",
    "airdate": "2025-08-28T16:37:27-07:00",
    "show": 64411,
    "show_uri": "https://api.kexp.org/v2/shows/64411/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pop Punk Anthem",
    "track_id": null,
    "recording_id": null,
    "artist": "Die Spitz",
    "artist_ids": [
        "81cefa59-d9cd-410f-ac11-7b66519a9514"
    ],
    "album": "Something To Consume",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [],
    "release_date": "2025-09-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Die Spitz’s forthcoming album Something to Consume will be out on September 12th on Third Man Records.\n\nhttps://diespitz.bandcamp.com/album/something-to-consume",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}