Information about plays

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

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

{
    "id": 3599074,
    "uri": "https://api.kexp.org/v2/plays/3599074/?format=api",
    "airdate": "2026-01-02T03:52:51-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "'Til I'm Laid To Rest",
    "track_id": "bba5fb4f-8b20-3b34-a79b-f4e119b9c4fd",
    "recording_id": "ec3e2321-6171-4eb2-bc58-d4c16cba8575",
    "artist": "Buju Banton feat. Firehouse Crew",
    "artist_ids": [
        "6cf33d67-821c-4cd1-bbdf-58a3d09fb135",
        "9f525d0b-3911-4c83-b0d1-e90aa1fd2d14"
    ],
    "album": "'Til Shiloh",
    "release_id": "c99e0744-4136-4db6-bf2a-44e8f834a3f0",
    "release_group_id": "dc734a07-1fed-3a82-ba01-c40e4c6f7e82",
    "labels": [
        "Loose Cannon Recordings"
    ],
    "label_ids": [
        "adf0f532-27c3-4a1d-a004-e0a9d76f23fc"
    ],
    "release_date": "1995-07-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}