Information about plays

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

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

{
    "id": 3564262,
    "uri": "https://api.kexp.org/v2/plays/3564262/?format=api",
    "airdate": "2025-10-12T16:09:18-07:00",
    "show": 64817,
    "show_uri": "https://api.kexp.org/v2/shows/64817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "THE CIRRUS BLOOD ANGELS",
    "track_id": null,
    "recording_id": "95681824-4625-4d74-a865-6d74a7b2fc10",
    "artist": "SLEDGE",
    "artist_ids": [
        "b2b9cf80-a89c-47d1-9a9e-dd49689c177d"
    ],
    "album": "HELLWALK",
    "release_id": null,
    "release_group_id": "548b5eb8-5c25-4ea2-94af-f2a1e10ddf3f",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sledge was a metal hardcore band that hailed from Oklahoma City, Oklahoma.\n\nSledge announced their amicable breakup in May 2024 via their social media, thanking their supporters and the Oklahoma music community.\n\nhttps://sledgeok.bandcamp.com/album/hellwalk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}