Information about plays

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

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

{
    "id": 3617795,
    "uri": "https://api.kexp.org/v2/plays/3617795/?format=api",
    "airdate": "2026-02-15T09:57:29-08:00",
    "show": 65940,
    "show_uri": "https://api.kexp.org/v2/shows/65940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Live Again",
    "track_id": null,
    "recording_id": "d48fc219-5431-4950-a19c-bc6ed8115da4",
    "artist": "Irma Thomas",
    "artist_ids": [
        "710c7ffa-977e-4431-9f00-c8d4eddf6808"
    ],
    "album": "Time Is on My Side: The Best of Irma Thomas, Volume 1",
    "release_id": null,
    "release_group_id": "f16cd351-3b73-36df-bfc5-b74c641518e7",
    "labels": [
        "Minit"
    ],
    "label_ids": [
        "03530d0c-080f-4694-ac73-37a2d771508a"
    ],
    "release_date": "1992-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}