Information about plays

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

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

{
    "id": 3636576,
    "uri": "https://api.kexp.org/v2/plays/3636576/?format=api",
    "airdate": "2026-04-01T20:07:12-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://dn721703.ca.archive.org/0/items/mbid-d9fac5ef-4d3b-4ce7-8d37-fdf412ee9092/mbid-d9fac5ef-4d3b-4ce7-8d37-fdf412ee9092-22610880285_thumb500.jpg",
    "thumbnail_uri": "https://dn721703.ca.archive.org/0/items/mbid-d9fac5ef-4d3b-4ce7-8d37-fdf412ee9092/mbid-d9fac5ef-4d3b-4ce7-8d37-fdf412ee9092-22610880285_thumb250.jpg",
    "song": "Cosmic Flower",
    "track_id": "63a71cc1-21dc-4d37-a75e-9bdc5f26f7f1",
    "recording_id": "f0223412-586d-403f-8dc8-ed8febf29633",
    "artist": "Divino Niño",
    "artist_ids": [
        "05cf8758-6eb5-4a47-96f0-d4c95c1d8f0a"
    ],
    "album": "Foam",
    "release_id": "d9fac5ef-4d3b-4ce7-8d37-fdf412ee9092",
    "release_group_id": "42fd4e70-bb2a-4f7f-823f-7db65a8ca686",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}