Information about plays

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

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

{
    "id": 3538141,
    "uri": "https://api.kexp.org/v2/plays/3538141/?format=api",
    "airdate": "2025-08-09T22:42:48-07:00",
    "show": 64248,
    "show_uri": "https://api.kexp.org/v2/shows/64248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "have Hope",
    "track_id": null,
    "recording_id": null,
    "artist": "Idle Hands",
    "artist_ids": [
        "0dfdcd3b-87d0-4a29-adf2-441056368279"
    ],
    "album": "Postponed",
    "release_id": null,
    "release_group_id": "ee430733-bfaf-4a6d-970d-060039d464eb",
    "labels": [
        "Hardware Records"
    ],
    "label_ids": [
        "ec8c5ea2-d09a-4fc4-a2a0-bd4690d80fcd"
    ],
    "release_date": "2009-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "German band\n\nhttps://hardwarerecords.bandcamp.com/album/idle-hands-postponed-lp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}