Information about plays

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

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

{
    "id": 3544151,
    "uri": "https://api.kexp.org/v2/plays/3544151/?format=api",
    "airdate": "2025-08-24T09:52:51-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/6ab1df5d-39f2-49c8-a7b9-19639b21c2f6/11889591756-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6ab1df5d-39f2-49c8-a7b9-19639b21c2f6/11889591756-250.jpg",
    "song": "Get Dancin’",
    "track_id": null,
    "recording_id": "10742f8f-aadf-4b71-9386-3bd36db6d917",
    "artist": "Disco Tex and His Sex‐O‐Lettes",
    "artist_ids": [
        "3cf294ed-9ec6-42bf-9c98-6d186310217d"
    ],
    "album": "Disco Tex & the Sex‐O‐Lettes Review",
    "release_id": null,
    "release_group_id": "dd601228-5b89-43dc-9cf7-647654e8c8aa",
    "labels": [
        "Chelsea Records"
    ],
    "label_ids": [
        "79b35f59-eaf3-4a5a-acca-282b52154ca3"
    ],
    "release_date": "1975-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Perhaps the only recorded song that features a staged encore scene.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}