Information about plays

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

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

{
    "id": 3583370,
    "uri": "https://api.kexp.org/v2/plays/3583370/?format=api",
    "airdate": "2025-11-26T19:57:35-08:00",
    "show": 65218,
    "show_uri": "https://api.kexp.org/v2/shows/65218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Super Glyde",
    "track_id": "7b8623e9-fb23-4d79-95b5-ac960855d5d3",
    "recording_id": "f756e0b3-7687-48ae-b457-3889de7491c1",
    "artist": "Glyders",
    "artist_ids": [
        "0fb1770f-4fbd-432f-9cfa-43b727474dc2"
    ],
    "album": "Forever",
    "release_id": "9a2d4d06-b1cd-4638-b5f7-d7bca1fd45ee",
    "release_group_id": "2c99cf16-9c09-44c8-a5af-a1960fa73d52",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://glyders.bandcamp.com/album/forever",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}