Information about plays

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

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

{
    "id": 3608348,
    "uri": "https://api.kexp.org/v2/plays/3608348/?format=api",
    "airdate": "2026-01-24T05:23:24-08:00",
    "show": 65739,
    "show_uri": "https://api.kexp.org/v2/shows/65739/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Lady’s on Fire",
    "track_id": "beff0764-fdfe-4c82-bc73-71793dd58783",
    "recording_id": "cab18861-0a53-4a88-a30f-68d52de1dd34",
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "Freedom’s Goblin",
    "release_id": "2e7ae78b-e86a-4e6d-af98-2b16c1eca140",
    "release_group_id": "b413f67f-a68b-48d7-8b33-abbc09e9f763",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2018-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}