Information about plays

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

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

{
    "id": 3530877,
    "uri": "https://api.kexp.org/v2/plays/3530877/?format=api",
    "airdate": "2025-07-23T21:11:03-07:00",
    "show": 64094,
    "show_uri": "https://api.kexp.org/v2/shows/64094/?format=api",
    "image_uri": "https://coverartarchive.org/release/0982a7ba-812d-4dd8-9c9f-fbf70841e1b5/7360844668-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0982a7ba-812d-4dd8-9c9f-fbf70841e1b5/7360844668-250.jpg",
    "song": "When God Comes Back",
    "track_id": null,
    "recording_id": "81e664e4-e2ec-4231-8531-db9b70fa482b",
    "artist": "All Them Witches",
    "artist_ids": [
        "b574bfea-2359-4e9d-93f6-71c3c9a2a4f0"
    ],
    "album": "Lightning at the Door",
    "release_id": null,
    "release_group_id": "2d13c628-282c-4391-82a3-cc5612aa7074",
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2013-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "All Them Witches played a set in the KEXP studio back in 2023. Watch that here: https://www.youtube.com/watch?v=AVvOj_XEK5k&list=RDAVvOj_XEK5k&start_radio=1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}