Information about plays

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

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

{
    "id": 3619345,
    "uri": "https://api.kexp.org/v2/plays/3619345/?format=api",
    "airdate": "2026-02-19T02:43:41-08:00",
    "show": 65971,
    "show_uri": "https://api.kexp.org/v2/shows/65971/?format=api",
    "image_uri": "https://coverartarchive.org/release/0fc07cc6-6f43-4f3c-84d4-96fd5c0c372f/22399168679-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0fc07cc6-6f43-4f3c-84d4-96fd5c0c372f/22399168679-250.jpg",
    "song": "Fantastic Man",
    "track_id": null,
    "recording_id": "38b8dd81-2a94-4259-af30-bda0abdfa512",
    "artist": "William Onyeabor",
    "artist_ids": [
        "53dd0229-8a42-4bd7-8ffb-29bdec25e9c6"
    ],
    "album": "Tomorrow",
    "release_id": null,
    "release_group_id": "bab72c38-d879-4d03-9385-d342a9367c2f",
    "labels": [
        "Wilfilms Records"
    ],
    "label_ids": [
        "a99cd6b2-1cc7-4feb-840d-d1368cd97a83"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Andy, Colin & Patt in the UK!\n\nGet to know this FANTASTIC MAN! https://crackmagazine.net/article/long-reads/celebrating-the-music-of-william-onyeabor/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}