Information about plays

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

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

{
    "id": 3638267,
    "uri": "https://api.kexp.org/v2/plays/3638267/?format=api",
    "airdate": "2026-04-05T16:44:04-07:00",
    "show": 66375,
    "show_uri": "https://api.kexp.org/v2/shows/66375/?format=api",
    "image_uri": "https://dn710702.ca.archive.org/0/items/mbid-c8a9f36f-6e62-3145-b77f-ea17a288f65f/mbid-c8a9f36f-6e62-3145-b77f-ea17a288f65f-11616563460_thumb500.jpg",
    "thumbnail_uri": "https://dn710702.ca.archive.org/0/items/mbid-c8a9f36f-6e62-3145-b77f-ea17a288f65f/mbid-c8a9f36f-6e62-3145-b77f-ea17a288f65f-11616563460_thumb250.jpg",
    "song": "Rise",
    "track_id": "e16402cd-f742-3a18-b174-4521e293977d",
    "recording_id": "5a7a9590-bcb0-4b61-8ee7-1aee9f0e1129",
    "artist": "Eddie Vedder",
    "artist_ids": [
        "1a60d6dd-9d3e-40fc-a66d-3184f9ee0d61"
    ],
    "album": "Into the Wild: Music From the Motion Picture",
    "release_id": "c8a9f36f-6e62-3145-b77f-ea17a288f65f",
    "release_group_id": "9fbbb26b-282f-36aa-9170-4b41e5fb73ef",
    "labels": [
        "Sony BMG Music Entertainment"
    ],
    "label_ids": [
        "f9ada3ae-3081-44df-8581-ca27a3462b68"
    ],
    "release_date": "2007-09-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From the soundtrack for the film, Into the Wild. Watch the official video here: https://youtu.be/kjDxxKMDf0Y?si=UdoYZvTLkje_b_cu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}