Information about plays

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

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

{
    "id": 3619932,
    "uri": "https://api.kexp.org/v2/plays/3619932/?format=api",
    "airdate": "2026-02-20T13:27:34-08:00",
    "show": 65983,
    "show_uri": "https://api.kexp.org/v2/shows/65983/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spoon",
    "track_id": "af5a43fc-1b20-3fdb-960b-4dea900693c8",
    "recording_id": "05436498-578f-417f-a681-d641e63ce7dc",
    "artist": "Cibo Matto",
    "artist_ids": [
        "dc4968ba-1fe0-43b9-bba0-81c09acd6326"
    ],
    "album": "Stereotype A",
    "release_id": "ab17cb72-74b8-4c57-bc8f-897d8e1638e9",
    "release_group_id": "40f9b63d-aaaf-3baa-8955-de9c2649111c",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1999-06-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Yoshi!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}