Information about plays

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

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

{
    "id": 3552924,
    "uri": "https://api.kexp.org/v2/plays/3552924/?format=api",
    "airdate": "2025-09-14T10:40:04-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do It! To It!",
    "track_id": null,
    "recording_id": null,
    "artist": "Handsome Jack",
    "artist_ids": [
        "9f69a3a0-f5f2-4e40-aeb6-9c4b372df918"
    ],
    "album": "Barnburners",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Alive Naturalsound Records"
    ],
    "label_ids": [
        "19184754-b017-4149-a27e-0f7789d15046"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first single off the upstate NY band’s upcoming album inspired by John Lee Hooker and Muddy Waters.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}