Information about plays

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

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

{
    "id": 3595111,
    "uri": "https://api.kexp.org/v2/plays/3595111/?format=api",
    "airdate": "2025-12-23T23:33:16-08:00",
    "show": 65460,
    "show_uri": "https://api.kexp.org/v2/shows/65460/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baby Jesus is Nobody's Baby Now",
    "track_id": null,
    "recording_id": null,
    "artist": "Small Shake",
    "artist_ids": [
        "68ae0a9d-e2bd-4561-8c56-497a17b63b37"
    ],
    "album": "Hit the North Pole Vol 2",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hit the North"
    ],
    "label_ids": [],
    "release_date": "2025-12-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of Julia Jacklin from the LA via Seattle via Portland artist, Small Shake! \n\nCheck out this rad compilation with proceeds benefitting the Palestine Children's Relief Fun! It features Shannon Lay, Kevin Devine, and Wilby https://hitthenorthrecords.bandcamp.com/album/hit-the-north-pole-vol-2-a-festive-charity-compilation-for-the-palestine-childrens-relief-fund",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}