Information about plays

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

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

{
    "id": 3618087,
    "uri": "https://api.kexp.org/v2/plays/3618087/?format=api",
    "airdate": "2026-02-16T00:45:02-08:00",
    "show": 65945,
    "show_uri": "https://api.kexp.org/v2/shows/65945/?format=api",
    "image_uri": "https://coverartarchive.org/release/dffd60ef-8cab-45ee-b7d0-3d9c97758b9e/34968989822-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dffd60ef-8cab-45ee-b7d0-3d9c97758b9e/34968989822-250.jpg",
    "song": "Ingen kommer undan politiken",
    "track_id": null,
    "recording_id": "5e077c5f-66c7-4757-a612-06634a49da0a",
    "artist": "Marie Bergman",
    "artist_ids": [
        "a6e39adc-2553-4ca5-807e-cb5ac037ffca"
    ],
    "album": "100 svenska visor 1965-1995",
    "release_id": null,
    "release_group_id": "a7f7e361-7787-425b-9b89-88427c9fac3c",
    "labels": [
        "MNW"
    ],
    "label_ids": [
        "5686c095-79d7-4d77-9912-585c93a7620a"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}