Information about plays

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

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

{
    "id": 3578305,
    "uri": "https://api.kexp.org/v2/plays/3578305/?format=api",
    "airdate": "2025-11-15T01:41:12-08:00",
    "show": 65112,
    "show_uri": "https://api.kexp.org/v2/shows/65112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Star Of Evil 1",
    "track_id": null,
    "recording_id": null,
    "artist": "L'ambassadeur des ombres",
    "artist_ids": [
        "1e11456b-8966-4775-b79e-b1a65d19f200"
    ],
    "album": "Star Of Evil",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "aufnahme + wiedergabe"
    ],
    "label_ids": [
        "7e9cabce-7e68-4d9e-94ac-7068ac1ee734"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://aufnahmeundwiedergabe.bandcamp.com/album/star-of-evil",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}