Information about plays

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

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

{
    "id": 3645537,
    "uri": "https://api.kexp.org/v2/plays/3645537/?format=api",
    "airdate": "2026-04-22T23:48:12-07:00",
    "show": 66526,
    "show_uri": "https://api.kexp.org/v2/shows/66526/?format=api",
    "image_uri": "https://coverartarchive.org/release/0211a6e6-c835-4dec-bad0-320680215159/10641205162-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0211a6e6-c835-4dec-bad0-320680215159/10641205162-250.jpg",
    "song": "Synthetic World",
    "track_id": null,
    "recording_id": "465db911-ad1b-404f-b322-f260f751bee7",
    "artist": "Swamp Dogg",
    "artist_ids": [
        "1403fbec-11e3-4ccb-af25-d26c9a05bc9d"
    ],
    "album": "Total Destruction to Your Mind",
    "release_id": null,
    "release_group_id": "5214c1ce-e030-4624-940f-528eb15bd7b1",
    "labels": [
        "Canyon Records"
    ],
    "label_ids": [
        "10d4bde0-4213-4169-8ff1-7aea64dea8de"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}