Information about plays

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

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

{
    "id": 3552772,
    "uri": "https://api.kexp.org/v2/plays/3552772/?format=api",
    "airdate": "2025-09-14T01:10:17-07:00",
    "show": 64557,
    "show_uri": "https://api.kexp.org/v2/shows/64557/?format=api",
    "image_uri": "https://coverartarchive.org/release/96fa2741-0a1f-45b1-bdf4-78b823c42de5/20432752991-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/96fa2741-0a1f-45b1-bdf4-78b823c42de5/20432752991-250.jpg",
    "song": "Valley of Unrest",
    "track_id": null,
    "recording_id": "836c9634-6dd1-40bd-9772-580b812c2c66",
    "artist": "Manilla Road",
    "artist_ids": [
        "71dc0b7d-64f7-49ba-8723-f60804911b4e"
    ],
    "album": "Mystification",
    "release_id": null,
    "release_group_id": "7e631a29-2b9b-3212-9497-f44d029e96fb",
    "labels": [
        "High Roller Records"
    ],
    "label_ids": [
        "85c3289b-3c91-4496-aaaa-f3a59e21479b"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Mark Shelton 1957-2018\n\nhttps://www.facebook.com/ManillaRoadOfficial",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}