Information about plays

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

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

{
    "id": 3598316,
    "uri": "https://api.kexp.org/v2/plays/3598316/?format=api",
    "airdate": "2025-12-31T05:31:18-08:00",
    "show": 65522,
    "show_uri": "https://api.kexp.org/v2/shows/65522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Careful",
    "track_id": "d9af6c71-265b-4606-868e-f84379ac6f4e",
    "recording_id": "32133c7c-6df9-4438-92ce-a60faf082278",
    "artist": "Ryli",
    "artist_ids": [
        "c3a183a4-e0bf-412b-bcbb-d1bc649457b2"
    ],
    "album": "Come and Get Me",
    "release_id": "9644d5a1-ca5a-41fa-b8f1-81918b74fea8",
    "release_group_id": "b7874557-e454-4f25-989a-d769972320ae",
    "labels": [
        "Dandy Boy Records"
    ],
    "label_ids": [
        "7a28c504-5cdd-4a6c-8924-0f53d9bc7912"
    ],
    "release_date": "2025-06-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bay Area indie group Ryli is led by vocalist Yea-Ming Chen (Yea-Ming and The Rumours) and guitarist Rob Good (The Goods), and buoyed by the rhythm section of Luke Robbins (Yea-Ming and The Rumours, R.E. Seraphin) and Ian McBrayer (ex-Healing Potpourri). https://dandyboyrecords.bandcamp.com/album/come-and-get-me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}