Information about plays

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

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

{
    "id": 3637564,
    "uri": "https://api.kexp.org/v2/plays/3637564/?format=api",
    "airdate": "2026-04-04T04:25:47-07:00",
    "show": 66361,
    "show_uri": "https://api.kexp.org/v2/shows/66361/?format=api",
    "image_uri": "https://coverartarchive.org/release/488b34a0-648e-49c1-80e9-c39a07996338/13080947703-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/488b34a0-648e-49c1-80e9-c39a07996338/13080947703-250.jpg",
    "song": "Warrior",
    "track_id": null,
    "recording_id": "f2b03f59-5603-48e6-90e4-ce528cf806db",
    "artist": "AURORA",
    "artist_ids": [
        "484a4e90-6899-4e4b-a948-a2255d365340"
    ],
    "album": "All My Demons Greeting Me as a Friend",
    "release_id": null,
    "release_group_id": "59f6afa7-b6c7-4120-b16e-f0a7d6360da9",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "2016-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aries is a warrior in action. On the field, engaged in battle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}