Information about plays

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

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

{
    "id": 3521549,
    "uri": "https://api.kexp.org/v2/plays/3521549/?format=api",
    "airdate": "2025-07-02T06:46:27-07:00",
    "show": 63897,
    "show_uri": "https://api.kexp.org/v2/shows/63897/?format=api",
    "image_uri": "https://ia802801.us.archive.org/11/items/mbid-1ce759f7-641e-409a-994d-5d3531127435/mbid-1ce759f7-641e-409a-994d-5d3531127435-25207136025_thumb500.jpg",
    "thumbnail_uri": "https://ia802801.us.archive.org/11/items/mbid-1ce759f7-641e-409a-994d-5d3531127435/mbid-1ce759f7-641e-409a-994d-5d3531127435-25207136025_thumb250.jpg",
    "song": "The Great Gig in the Sky",
    "track_id": "30891e13-d026-4ded-92b4-b099ef96d93d",
    "recording_id": "73b01cea-2dad-4fc2-9e61-02a31477c1b1",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "The Dark Side of the Moon",
    "release_id": "1ce759f7-641e-409a-994d-5d3531127435",
    "release_group_id": "f5093c06-23e3-404f-aeaa-40f72885ee3a",
    "labels": [
        "Pink Floyd Records"
    ],
    "label_ids": [
        "96772f8e-b725-4f74-a053-921a573fa0e8"
    ],
    "release_date": "2016-01-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Pink Floyd song features the theremin and on this day in 1896 – Lev Sergeyevich Termen (Léon Theremin in the United States) was born, Russian and Soviet inventor most famous for his invention of the theremin, one of the first electronic musical instruments and the first to be mass-produced. (d. 3 November 1993, 97 years old).\n\nCheck out this cool video of the theremin being played for this song!\n\nhttps://www.youtube.com/watch?v=vhRlmBSNjIE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}