Information about plays

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

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

{
    "id": 3546052,
    "uri": "https://api.kexp.org/v2/plays/3546052/?format=api",
    "airdate": "2025-08-28T22:58:00-07:00",
    "show": 64414,
    "show_uri": "https://api.kexp.org/v2/shows/64414/?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://ia801201.us.archive.org/0/items/mbid-c8a9f36f-6e62-3145-b77f-ea17a288f65f/mbid-c8a9f36f-6e62-3145-b77f-ea17a288f65f-11616563460_thumb250.jpg",
    "song": "Hard Sun",
    "track_id": "15bccb44-b6d6-3794-a81c-479b6b980933",
    "recording_id": "bd57a684-9717-48fe-bd30-98cd3a6d5943",
    "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": "That's Corin Tucker of Sleater-Kinney on background vocals for this track off Eddie Vedder's debut solo record, released in 2007",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}