Information about plays

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

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

{
    "id": 3630676,
    "uri": "https://api.kexp.org/v2/plays/3630676/?format=api",
    "airdate": "2026-03-18T15:56:44-07:00",
    "show": 66215,
    "show_uri": "https://api.kexp.org/v2/shows/66215/?format=api",
    "image_uri": "https://dn710704.ca.archive.org/0/items/mbid-a9fdf8a6-c2fe-4978-810c-5b54e4ad515a/mbid-a9fdf8a6-c2fe-4978-810c-5b54e4ad515a-18782245165_thumb500.jpg",
    "thumbnail_uri": "https://dn710704.ca.archive.org/0/items/mbid-a9fdf8a6-c2fe-4978-810c-5b54e4ad515a/mbid-a9fdf8a6-c2fe-4978-810c-5b54e4ad515a-18782245165_thumb250.jpg",
    "song": "I Figured You Out",
    "track_id": "0e315100-cb5b-4fd2-9f1e-d614a705813a",
    "recording_id": "5f5b006e-50d6-46d3-916e-05160138497d",
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "Either/Or: Expanded Edition",
    "release_id": "a9fdf8a6-c2fe-4978-810c-5b54e4ad515a",
    "release_group_id": "dfb85157-313b-3f5f-8739-a5162bcb6345",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-03-10",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that Elliott Smith wrote this song for his friend and singer Mary Lou Lord? \nElliott would often send her songs that he had written and didn't think were right for him, like her beautiful version of I Figured You Out: https://www.youtube.com/watch?v=nmzr9RdseRA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}