Information about plays

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

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

{
    "id": 3635650,
    "uri": "https://api.kexp.org/v2/plays/3635650/?format=api",
    "airdate": "2026-03-30T16:32:45-07:00",
    "show": 66323,
    "show_uri": "https://api.kexp.org/v2/shows/66323/?format=api",
    "image_uri": "https://coverartarchive.org/release/4e2a6894-4c0c-4813-9256-16a0cb3d663f/28329951250-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4e2a6894-4c0c-4813-9256-16a0cb3d663f/28329951250-250.jpg",
    "song": "One of Our Submarines",
    "track_id": null,
    "recording_id": "0239348a-0e5a-4485-8f8e-d461c995caba",
    "artist": "Thomas Dolby",
    "artist_ids": [
        "5a8cc407-7efb-4e94-9637-d5896395e754"
    ],
    "album": "The Golden Age of Wireless",
    "release_id": null,
    "release_group_id": "11ed9046-1cbc-39b0-a8c0-dc27ecbb8670",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Golden Age of Wireless is the debut album by English musician Thomas Dolby. Originally released on 10 May 1982, the album was reissued in a number of different configurations, with later resequencings including the pop hit \"She Blinded Me with Science\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}