Information about plays

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

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

{
    "id": 3519761,
    "uri": "https://api.kexp.org/v2/plays/3519761/?format=api",
    "airdate": "2025-06-28T02:24:01-07:00",
    "show": 63855,
    "show_uri": "https://api.kexp.org/v2/shows/63855/?format=api",
    "image_uri": "https://coverartarchive.org/release/8618020b-a539-4e90-8116-8a103e342582/39574957504-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8618020b-a539-4e90-8116-8a103e342582/39574957504-250.jpg",
    "song": "mc2oh2",
    "track_id": null,
    "recording_id": "7dcb8516-7c86-4a86-ab5c-f062e7f1445c",
    "artist": "buttechno",
    "artist_ids": [
        "9c48af7b-f7b2-4d13-b88e-1aad517392a5"
    ],
    "album": "solstice peaks",
    "release_id": null,
    "release_group_id": "7d64aefc-bb29-4e84-8ae9-aa594e45a96c",
    "labels": [
        "Kalahari Oyster Cult"
    ],
    "label_ids": [
        "cf653e41-1c04-4fe9-8cb6-d3a84586a0a3"
    ],
    "release_date": "2024-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://kalaharioystercult.bandcamp.com/album/solstice-peaks",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}