Information about plays

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

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

{
    "id": 3581647,
    "uri": "https://api.kexp.org/v2/plays/3581647/?format=api",
    "airdate": "2025-11-22T21:42:03-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drop Dead Girl",
    "track_id": null,
    "recording_id": "24fee00d-2c29-49a0-b3d9-f7ecd3a9ac23",
    "artist": "The Jolts",
    "artist_ids": [
        "7f129d9d-e72b-452d-949c-3c7be5a3fcbf"
    ],
    "album": "Haute Voltage",
    "release_id": null,
    "release_group_id": "9b204608-66a4-404f-82b1-e6b3d3095c14",
    "labels": [
        "Shake Records"
    ],
    "label_ids": [
        "eab326c1-d26b-41a5-a0b1-e200788d938f"
    ],
    "release_date": "2008-03-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "For Steph\n\nVancouver, BC.\nhttps://thejolts.bandcamp.com/\nhttps://www.facebook.com/TheJolts",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}