Information about plays

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

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

{
    "id": 3551978,
    "uri": "https://api.kexp.org/v2/plays/3551978/?format=api",
    "airdate": "2025-09-12T05:38:03-07:00",
    "show": 64539,
    "show_uri": "https://api.kexp.org/v2/shows/64539/?format=api",
    "image_uri": "https://ia601708.us.archive.org/14/items/mbid-3e16a8ab-5a66-39ce-afe9-ab2b46a223a2/mbid-3e16a8ab-5a66-39ce-afe9-ab2b46a223a2-4942329312_thumb500.jpg",
    "thumbnail_uri": "https://ia601708.us.archive.org/14/items/mbid-3e16a8ab-5a66-39ce-afe9-ab2b46a223a2/mbid-3e16a8ab-5a66-39ce-afe9-ab2b46a223a2-4942329312_thumb250.jpg",
    "song": "Wish You Were Here",
    "track_id": "5e812973-299f-3211-b9eb-284eb2e27210",
    "recording_id": "feecff58-8ee2-4a7f-ac23-dc8ce7925286",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "Wish You Were Here",
    "release_id": "3e16a8ab-5a66-39ce-afe9-ab2b46a223a2",
    "release_group_id": "1a272023-10d3-38ee-bab3-317b55fcc21d",
    "labels": [
        "Harvest"
    ],
    "label_ids": [
        "993af7f6-bb99-456b-83e7-5e728ea80a0e"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released OTD in 1975\n\n\"Though they gave life to one of Pink Floyd's best-loved albums, the sessions which eventually birthed the band's ninth studio album, Wish You Were Here, have since become known as one of the most haunting episodes of Pink Floyd’s career.\" Read more about the creation of this iconic album here: https://bit.ly/3giFsna",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}