Information about plays

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

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

{
    "id": 3525354,
    "uri": "https://api.kexp.org/v2/plays/3525354/?format=api",
    "airdate": "2025-07-10T23:53:37-07:00",
    "show": 63978,
    "show_uri": "https://api.kexp.org/v2/shows/63978/?format=api",
    "image_uri": "https://coverartarchive.org/release/0a17f600-3707-4f3e-994b-612a53e646d5/40687829781-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0a17f600-3707-4f3e-994b-612a53e646d5/40687829781-250.jpg",
    "song": "Black Hole",
    "track_id": null,
    "recording_id": "c1be54b1-e526-49c9-949a-7d7b307a3ac4",
    "artist": "Emma‐Jean Thackray feat. Reggie Watts",
    "artist_ids": [
        "9c757ca6-7739-4962-9294-b5a41c653c51",
        "cf6a0510-b08c-4452-b28e-979fb57ff035"
    ],
    "album": "Black Hole",
    "release_id": null,
    "release_group_id": "f8012d33-bfde-47d5-b5d3-3ccb17b709d2",
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2024-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}