Information about plays

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

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

{
    "id": 3561062,
    "uri": "https://api.kexp.org/v2/plays/3561062/?format=api",
    "airdate": "2025-10-04T01:23:44-07:00",
    "show": 64738,
    "show_uri": "https://api.kexp.org/v2/shows/64738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Amada Muerte",
    "track_id": null,
    "recording_id": null,
    "artist": "Cementerio de Eskeletos",
    "artist_ids": [
        "d15c0196-7e3f-43a0-a6a8-14452bd5cd3d"
    ],
    "album": "Amada Muerte (Single)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dark Grave"
    ],
    "label_ids": [
        "82d0030f-4c71-417d-90d1-7c452e228f0c"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Peru - \nhttps://darkgraveprod.bandcamp.com/album/amada-muerte-single",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}