Information about plays

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

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

{
    "id": 3500305,
    "uri": "https://api.kexp.org/v2/plays/3500305/?format=api",
    "airdate": "2025-05-12T06:07:28-07:00",
    "show": 63440,
    "show_uri": "https://api.kexp.org/v2/shows/63440/?format=api",
    "image_uri": "https://ia902202.us.archive.org/16/items/mbid-b644b1b7-90a3-4cd5-acb6-48b54b9cd4a9/mbid-b644b1b7-90a3-4cd5-acb6-48b54b9cd4a9-31660604291_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-b644b1b7-90a3-4cd5-acb6-48b54b9cd4a9/mbid-b644b1b7-90a3-4cd5-acb6-48b54b9cd4a9-31660604291_thumb250.jpg",
    "song": "I Want More",
    "track_id": "267ded77-627f-37b7-8c55-58a4c6f68818",
    "recording_id": "1ef96163-7b24-49de-ba21-ebda8fe1669c",
    "artist": "Bangs",
    "artist_ids": [
        "0136de92-264c-4e22-b3df-647b2cc8ce97"
    ],
    "album": "Call and Response",
    "release_id": "b644b1b7-90a3-4cd5-acb6-48b54b9cd4a9",
    "release_group_id": "03a225e4-deff-3470-9034-6cfc2805c138",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Coming to you from 2002 Olympia WA!\n\nBangs released two full-length albums and this EP during their run from 1997-2004.\n\nhttps://bangs.bandcamp.com/album/call-and-response",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}