Information about plays

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

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

{
    "id": 3553954,
    "uri": "https://api.kexp.org/v2/plays/3553954/?format=api",
    "airdate": "2025-09-16T23:38:16-07:00",
    "show": 64582,
    "show_uri": "https://api.kexp.org/v2/shows/64582/?format=api",
    "image_uri": "https://ia803201.us.archive.org/31/items/mbid-14e9c296-f182-4e0b-abfa-27f7a514da16/mbid-14e9c296-f182-4e0b-abfa-27f7a514da16-32076167183_thumb500.jpg",
    "thumbnail_uri": "https://dn721504.ca.archive.org/0/items/mbid-14e9c296-f182-4e0b-abfa-27f7a514da16/mbid-14e9c296-f182-4e0b-abfa-27f7a514da16-32076167183_thumb250.jpg",
    "song": "Burning",
    "track_id": "ac9cf5f8-9b8b-441f-85d2-d338aed8528f",
    "recording_id": "f26522b9-709a-427f-93b2-e46ed946c2fe",
    "artist": "Koffee",
    "artist_ids": [
        "7d04679e-a855-4214-9543-febaf02de725"
    ],
    "album": "Gifted",
    "release_id": "14e9c296-f182-4e0b-abfa-27f7a514da16",
    "release_group_id": "5a26bb85-a06d-4243-b392-38fbab1b358a",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2022-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.originalkoffee.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}