Information about plays

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

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

{
    "id": 3578760,
    "uri": "https://api.kexp.org/v2/plays/3578760/?format=api",
    "airdate": "2025-11-15T23:52:48-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Garbage Time",
    "track_id": null,
    "recording_id": "ca5eadee-9f90-4e4b-a043-5cbfba34faa9",
    "artist": "Unnatural Helpers",
    "artist_ids": [
        "4e6708b4-1235-493f-be67-6c58c95020a0"
    ],
    "album": "Unnatural Helpers",
    "release_id": null,
    "release_group_id": "4ce391ce-82ea-4c62-9d58-409d52dca33c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2006-10-30",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle classic\n\nhttps://unnaturalhelpers.bandcamp.com/\nhttps://www.hardlyart.com/collections/unnatural-helpers\n\nYou can check out Unnatural Helpers performing at KEXP studios back in 2012 by following the link below:\n\nhttps://youtu.be/jXaDyagfYnU?si=er8ULI1PEaHwA_5Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}