Information about plays

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

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

{
    "id": 3640450,
    "uri": "https://api.kexp.org/v2/plays/3640450/?format=api",
    "airdate": "2026-04-10T21:32:22-07:00",
    "show": 66418,
    "show_uri": "https://api.kexp.org/v2/shows/66418/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Uyavala",
    "track_id": null,
    "recording_id": "db5be893-d13c-44f8-b665-e3178f1d7fd2",
    "artist": "Busta 929 feat. Pcee",
    "artist_ids": [
        "d2b82581-bd62-48fe-b048-b82d3b2328f8",
        "91a1db85-b937-4439-b470-f2183cef46a0"
    ],
    "album": "Uyavala",
    "release_id": null,
    "release_group_id": "ad8508d8-51eb-49ef-a8ef-279975c79e74",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "SA SA SA SA SA SA!!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}