Information about plays

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

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

{
    "id": 3644274,
    "uri": "https://api.kexp.org/v2/plays/3644274/?format=api",
    "airdate": "2026-04-19T21:43:56-07:00",
    "show": 66499,
    "show_uri": "https://api.kexp.org/v2/shows/66499/?format=api",
    "image_uri": "https://coverartarchive.org/release/e620cea8-ffdc-4a6a-b2e8-b2a39ee2675d/44896163707-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e620cea8-ffdc-4a6a-b2e8-b2a39ee2675d/44896163707-250.jpg",
    "song": "Slow Down MF",
    "track_id": null,
    "recording_id": "c7e922b1-7274-4ffc-8d32-7a0a52ee988a",
    "artist": "Dona vs. DJ Plant Texture",
    "artist_ids": [
        "1f3bf7ab-5106-4aa0-bf7f-0dda84dba221",
        "92b018c4-c2e9-4fb3-898f-b7434666bc61"
    ],
    "album": "Mistress 18.5",
    "release_id": null,
    "release_group_id": "4c315872-f7a8-4f74-95e4-01e0f9722a75",
    "labels": [
        "Mistress Recordings"
    ],
    "label_ids": [
        "ea5bfef7-4e39-423a-a980-3bd73216474d"
    ],
    "release_date": "2026-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}