Information about plays

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

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

{
    "id": 3560029,
    "uri": "https://api.kexp.org/v2/plays/3560029/?format=api",
    "airdate": "2025-10-01T10:51:30-07:00",
    "show": 64717,
    "show_uri": "https://api.kexp.org/v2/shows/64717/?format=api",
    "image_uri": "https://ia803104.us.archive.org/11/items/mbid-b402178b-e511-4340-9002-3dc2cbe31b5b/mbid-b402178b-e511-4340-9002-3dc2cbe31b5b-24710295852_thumb500.jpg",
    "thumbnail_uri": "https://ia803104.us.archive.org/11/items/mbid-b402178b-e511-4340-9002-3dc2cbe31b5b/mbid-b402178b-e511-4340-9002-3dc2cbe31b5b-24710295852_thumb250.jpg",
    "song": "Ten Little Kids",
    "track_id": "b29a94bd-3677-3534-995a-4fd0447d820d",
    "recording_id": "be669f46-67a1-4b42-8e53-4e4a5584b822",
    "artist": "The Jayhawks",
    "artist_ids": [
        "24ed5b09-02b1-47fe-bd83-6fa5270039b0"
    ],
    "album": "Tomorrow the Green Grass",
    "release_id": "b402178b-e511-4340-9002-3dc2cbe31b5b",
    "release_group_id": "1ea16c44-6bc9-314e-9c0b-ecb54d549d13",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2011-01-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Jayhawks released Tomorrow the Green Grass in 1995, their fourth album. \n\nOne reviewer wrote of the release: \"The Jayhawks' sound has the imposing clarity of a dream western: It conjures up images of the high country and open spaces, blue skies and frozen rivers.\" \n\nRead more here: https://tinyurl.com/4pse5wrp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}