Information about plays

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

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

{
    "id": 3595421,
    "uri": "https://api.kexp.org/v2/plays/3595421/?format=api",
    "airdate": "2025-12-24T16:28:47-08:00",
    "show": 65466,
    "show_uri": "https://api.kexp.org/v2/shows/65466/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Winter Trees",
    "track_id": null,
    "recording_id": "412d87aa-00e2-49e0-98d0-08bf18fabc1d",
    "artist": "The Staves",
    "artist_ids": [
        "0d659b57-7224-491d-a891-702d222c8826"
    ],
    "album": "Dead & Born & Grown",
    "release_id": null,
    "release_group_id": "1d5b4860-46bd-4013-b447-cc3b1a2178ce",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The video for this song is beautifully animated and filled with woodsy creatures. \nhttps://www.youtube.com/watch?v=lvtT8i8rOJY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}