Information about plays

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

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

{
    "id": 3551174,
    "uri": "https://api.kexp.org/v2/plays/3551174/?format=api",
    "airdate": "2025-09-10T05:45:28-07:00",
    "show": 64523,
    "show_uri": "https://api.kexp.org/v2/shows/64523/?format=api",
    "image_uri": "https://ia803205.us.archive.org/31/items/mbid-873fb668-89e2-46c6-bfa6-33bc4dfeee4c/mbid-873fb668-89e2-46c6-bfa6-33bc4dfeee4c-4135969932_thumb500.jpg",
    "thumbnail_uri": "https://ia903205.us.archive.org/31/items/mbid-873fb668-89e2-46c6-bfa6-33bc4dfeee4c/mbid-873fb668-89e2-46c6-bfa6-33bc4dfeee4c-4135969932_thumb250.jpg",
    "song": "Black Belt",
    "track_id": "d917570a-fe7c-4eb6-ab26-131aef24707e",
    "recording_id": "f7edb64d-2e56-400f-92ae-6a08e2839385",
    "artist": "John Grant",
    "artist_ids": [
        "27ca9c68-650a-4659-b8ef-013e5698ff55"
    ],
    "album": "Pale Green Ghosts",
    "release_id": "873fb668-89e2-46c6-bfa6-33bc4dfeee4c",
    "release_group_id": "70501176-8dae-42e5-8886-a2eca82753f0",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2013-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Grant performing \"Blackbelt\" live from KEX Hostel during Iceland Airwaves. Recorded November 1, 2013\nhttps://www.youtube.com/watch?v=ayRYqJJkhaU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}