Information about plays

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

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

{
    "id": 3554503,
    "uri": "https://api.kexp.org/v2/plays/3554503/?format=api",
    "airdate": "2025-09-18T07:03:38-07:00",
    "show": 64593,
    "show_uri": "https://api.kexp.org/v2/shows/64593/?format=api",
    "image_uri": "https://ia601201.us.archive.org/0/items/mbid-c8a9f36f-6e62-3145-b77f-ea17a288f65f/mbid-c8a9f36f-6e62-3145-b77f-ea17a288f65f-11616563460_thumb500.jpg",
    "thumbnail_uri": "https://ia601201.us.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": "On this day 18-years ago in 2007, Pearl Jam vocalist Eddie Vedder releases Into the Wild, his debut solo studio album, based on his contributions to the soundtrack for the film of the same name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}