Information about plays

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

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

{
    "id": 3343816,
    "uri": "https://api.kexp.org/v2/plays/3343816/?format=api",
    "airdate": "2024-05-04T18:33:08-07:00",
    "show": 60125,
    "show_uri": "https://api.kexp.org/v2/shows/60125/?format=api",
    "image_uri": "https://ia601902.us.archive.org/3/items/mbid-f9c528de-287e-4c49-ad24-159648ba99e6/mbid-f9c528de-287e-4c49-ad24-159648ba99e6-26949460760_thumb500.jpg",
    "thumbnail_uri": "https://ia601902.us.archive.org/3/items/mbid-f9c528de-287e-4c49-ad24-159648ba99e6/mbid-f9c528de-287e-4c49-ad24-159648ba99e6-26949460760_thumb250.jpg",
    "song": "Butterfly",
    "track_id": "0e16221b-d201-3472-9e0f-b605e62d08d9",
    "recording_id": "2bbb4b83-05f9-43ba-8849-1b541f3bc32b",
    "artist": "Screaming Trees",
    "artist_ids": [
        "bc5e6e42-73ba-44fa-a41e-3379402f0429"
    ],
    "album": "Sweet Oblivion",
    "release_id": "f9c528de-287e-4c49-ad24-159648ba99e6",
    "release_group_id": "3ed0f3e2-aef3-39c4-86e7-b1e9dc80a52c",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1992-09-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Request for Bill!\n\nScreaming Trees formed in Ellensburg, Washington, in 1984 by vocalist Mark Lanegan, guitarist Gary Lee Conner, bass player Van Conner, and drummer Mark Pickerel.\n\nButterfly is from their sixth (and best-selling) album.",
    "play_type": "trackplay"
}