Information about plays

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

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

{
    "id": 3604483,
    "uri": "https://api.kexp.org/v2/plays/3604483/?format=api",
    "airdate": "2026-01-15T01:43:08-08:00",
    "show": 65654,
    "show_uri": "https://api.kexp.org/v2/shows/65654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do You Mind (L.D. remix)",
    "track_id": null,
    "recording_id": "457d64ac-a0f4-4001-b106-73edce7b0cad",
    "artist": "Paleface feat. Kyla",
    "artist_ids": [
        "526038df-1b49-47cd-9293-d8c296c93caf",
        "b1cfbd77-bda6-4de8-a344-eb2f26c4f1ef"
    ],
    "album": "Do You Mind",
    "release_id": null,
    "release_group_id": "f982eba3-fe8d-442a-be3c-00230a400470",
    "labels": [
        "Northern Line Records"
    ],
    "label_ids": [
        "e98fa1c0-a39b-4f63-937a-f3c021d292dd"
    ],
    "release_date": "2007-12-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}