Information about plays

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

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

{
    "id": 3596197,
    "uri": "https://api.kexp.org/v2/plays/3596197/?format=api",
    "airdate": "2025-12-26T08:35:32-08:00",
    "show": 65477,
    "show_uri": "https://api.kexp.org/v2/shows/65477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your House",
    "track_id": null,
    "recording_id": "0d95e769-1525-4e30-a0de-bcb8c85f8b4b",
    "artist": "Inhaler",
    "artist_ids": [
        "aed63829-e917-498b-bb7f-cf76459702dc"
    ],
    "album": "Your House",
    "release_id": null,
    "release_group_id": "1a3a22a8-2da6-44cd-bcf1-c4659222e4fa",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2024-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Inhaler are a band formed in Dublin, Ireland.\n\nhttps://www.inhaler.band/\nhttps://interscope.com/collections/inhaler",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}