Information about plays

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

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

{
    "id": 3595854,
    "uri": "https://api.kexp.org/v2/plays/3595854/?format=api",
    "airdate": "2025-12-25T13:08:21-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa Claus Is Freaking Me Out",
    "track_id": null,
    "recording_id": "45cbc1e2-3079-44f7-9e56-3146c8c87db8",
    "artist": "Lord Weatherby",
    "artist_ids": [
        "7ad1ddf5-034e-4093-a8f8-53c6a55f2627"
    ],
    "album": "Santa Claus Is Freaking Me Out",
    "release_id": null,
    "release_group_id": "f1b61aff-58d3-3b8d-97ed-58f0bd031286",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2005-12-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lord Weatherby contemplates the existence of Santa Claus to the point of obsession. He has a million questions spinning 'round his head. Until he gets some answers he REFUSES to go to bed!\n\nWatch the video here: https://www.youtube.com/watch?v=T7OBPvc9ddA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}