Information about plays

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

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

{
    "id": 3593645,
    "uri": "https://api.kexp.org/v2/plays/3593645/?format=api",
    "airdate": "2025-12-20T20:07:21-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Holiday",
    "track_id": "63cb3bb8-e98c-4e10-8602-27f9aeea9bed",
    "recording_id": "129da90c-78c4-4537-9e56-5bc7c6bceedd",
    "artist": "The Jesus Rehab",
    "artist_ids": [
        "c818064e-64eb-4fdd-9636-3ccf1a3070ff"
    ],
    "album": "Drunken Hillbilly Fight Bar",
    "release_id": "b2186fc9-91c8-4f20-922c-c1d08a624812",
    "release_group_id": "933239fc-6d96-499b-bd42-884036de2f52",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2012-04-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}