Information about plays

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

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

{
    "id": 3593702,
    "uri": "https://api.kexp.org/v2/plays/3593702/?format=api",
    "airdate": "2025-12-20T22:12:49-08:00",
    "show": 65434,
    "show_uri": "https://api.kexp.org/v2/shows/65434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa's On The Nod",
    "track_id": null,
    "recording_id": null,
    "artist": "The Grabbers",
    "artist_ids": [
        "95327739-42d9-42f5-95d2-b81239d1007f"
    ],
    "album": "Santa And Satan : One And The Same?",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Doctor Dream Records"
    ],
    "label_ids": [
        "531633a4-e93b-4342-9439-0a505a94e517"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Grabbers is a California punk band. The song appears on a 1994 compilation album \"Santa And Satan: One And The Same\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}