Information about plays

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

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

{
    "id": 3634468,
    "uri": "https://api.kexp.org/v2/plays/3634468/?format=api",
    "airdate": "2026-03-28T02:20:01-07:00",
    "show": 66298,
    "show_uri": "https://api.kexp.org/v2/shows/66298/?format=api",
    "image_uri": "https://coverartarchive.org/release/724cfc4a-8f56-45cb-92e5-f9832ea1d713/44526276810-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/724cfc4a-8f56-45cb-92e5-f9832ea1d713/44526276810-250.jpg",
    "song": "Thisworldly",
    "track_id": null,
    "recording_id": "2d63c66c-4122-4cf4-a92a-6ee45e5276d5",
    "artist": "R. Missing",
    "artist_ids": [
        "d5196422-fc00-4370-9d27-27219b1c9b71"
    ],
    "album": "Thisworldly",
    "release_id": null,
    "release_group_id": "45dedadf-8501-438a-a9a8-0a935efc06fd",
    "labels": [
        "Terminal Echo"
    ],
    "label_ids": [
        "e1cf8d28-5811-4528-9010-3c50a782765f"
    ],
    "release_date": "2026-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://rmissing.bandcamp.com/album/thisworldly",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}