Information about plays

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

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

{
    "id": 3581613,
    "uri": "https://api.kexp.org/v2/plays/3581613/?format=api",
    "airdate": "2025-11-22T20:36:12-08:00",
    "show": 65183,
    "show_uri": "https://api.kexp.org/v2/shows/65183/?format=api",
    "image_uri": "https://ia600800.us.archive.org/5/items/mbid-9dedbbbf-1f66-4f97-9a8a-896648136ed5/mbid-9dedbbbf-1f66-4f97-9a8a-896648136ed5-18469249971_thumb500.jpg",
    "thumbnail_uri": "https://dn710702.ca.archive.org/0/items/mbid-9dedbbbf-1f66-4f97-9a8a-896648136ed5/mbid-9dedbbbf-1f66-4f97-9a8a-896648136ed5-18469249971_thumb250.jpg",
    "song": "Have Love Will Travel",
    "track_id": "d38a1d68-b63c-4925-8f82-74fde3b4d61e",
    "recording_id": "ad0fe6d8-e609-40e7-b5b2-4d8f915c9c20",
    "artist": "The Sonics",
    "artist_ids": [
        "16346cf4-4d2b-40ec-8393-0fc7296d92fe"
    ],
    "album": "The Ultimate Sonics (The Etiquette Collection)",
    "release_id": "9dedbbbf-1f66-4f97-9a8a-896648136ed5",
    "release_group_id": "eeb35de0-2408-4bc7-942c-046ae7f1b35d",
    "labels": [
        "Etiquette Records"
    ],
    "label_ids": [
        "c0a6b765-cfb2-4f9e-ab36-f50e86f714b5"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Classic garage rock from one of the original garage rock bands!\n\nThe Sonics are an American garage rock band from Tacoma, Washington, that formed in 1960. Their aggressive, hard-edged sound has been a major influence on punk and garage music worldwide, and they have been named inspirations to the White Stripes, LCD Soundsystem, Nirvana, The Hives, and other musical artists.\n\nhttps://thesonicsband.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}