Information about plays

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

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

{
    "id": 3568494,
    "uri": "https://api.kexp.org/v2/plays/3568494/?format=api",
    "airdate": "2025-10-22T12:11:50-07:00",
    "show": 64903,
    "show_uri": "https://api.kexp.org/v2/shows/64903/?format=api",
    "image_uri": "https://ia800205.us.archive.org/17/items/mbid-e8b99b57-37f1-48f6-b6a5-33f703ff1693/mbid-e8b99b57-37f1-48f6-b6a5-33f703ff1693-38149704114_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-e8b99b57-37f1-48f6-b6a5-33f703ff1693/mbid-e8b99b57-37f1-48f6-b6a5-33f703ff1693-38149704114_thumb250.jpg",
    "song": "Hell of a Ride",
    "track_id": "11f13655-1e1f-454f-861e-06079408ad09",
    "recording_id": "e0ee165a-4222-4279-a0e6-f1a1c1ef1205",
    "artist": "Nourished by Time",
    "artist_ids": [
        "6420dd6b-8232-42db-9cb9-90bec8f40e91"
    ],
    "album": "Catching Chickens EP",
    "release_id": "e8b99b57-37f1-48f6-b6a5-33f703ff1693",
    "release_group_id": "6608aa8a-ff1a-4d52-bec8-595f1f281d44",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2024-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Catching Chickens' is the follow-up EP to the Baltimore artist Nourished By Time's excellent 2023 debut LP Erotic Probiotic 2! \n\nhttps://nourishedbytime.bandcamp.com/album/catching-chickens-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}