Information about plays

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

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

{
    "id": 3548576,
    "uri": "https://api.kexp.org/v2/plays/3548576/?format=api",
    "airdate": "2025-09-03T21:17:55-07:00",
    "show": 64466,
    "show_uri": "https://api.kexp.org/v2/shows/64466/?format=api",
    "image_uri": "https://coverartarchive.org/release/14ab572d-5fe8-4937-bb74-95e13069a1e3/37159484813-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/14ab572d-5fe8-4937-bb74-95e13069a1e3/37159484813-250.jpg",
    "song": "Home Town",
    "track_id": null,
    "recording_id": "e281d20b-2737-41de-80bc-7dd11ef87407",
    "artist": "WITCH",
    "artist_ids": [
        "6fc531d2-9a47-496b-b4b5-01e2b17fe99d"
    ],
    "album": "We Intend to Cause Havoc!",
    "release_id": null,
    "release_group_id": "f72ba4f9-5908-4251-9c79-86bc83af38b9",
    "labels": [
        "Now-Again Records"
    ],
    "label_ids": [
        "22bafcc1-3a4b-4fe9-b932-6125af3a297c"
    ],
    "release_date": "2011-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "WITCH is playing live in the Gathering Space on Monday, 09/08 at noon! It's free and open to all!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}