Information about plays

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

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

{
    "id": 3566978,
    "uri": "https://api.kexp.org/v2/plays/3566978/?format=api",
    "airdate": "2025-10-18T22:52:51-07:00",
    "show": 64872,
    "show_uri": "https://api.kexp.org/v2/shows/64872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Murder",
    "track_id": null,
    "recording_id": null,
    "artist": "Tramadol",
    "artist_ids": [
        "2d62bab5-d51d-43ca-a3ef-2d2dcbf6e4c3"
    ],
    "album": "Tramadol",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Donor Records"
    ],
    "label_ids": [
        "572ae1fd-6b8c-470d-857f-e020ccc19adb"
    ],
    "release_date": "2021-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tramadol released an EP earlier this year on Donor Records.\n\nhttps://donor-records.bandcamp.com/album/tramadol-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}