Information about plays

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

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

{
    "id": 3539368,
    "uri": "https://api.kexp.org/v2/plays/3539368/?format=api",
    "airdate": "2025-08-12T23:52:35-07:00",
    "show": 64274,
    "show_uri": "https://api.kexp.org/v2/shows/64274/?format=api",
    "image_uri": "https://dn721600.ca.archive.org/0/items/mbid-b5d08a3f-55f5-4f82-9efe-aa336712cd89/mbid-b5d08a3f-55f5-4f82-9efe-aa336712cd89-38979065661_thumb500.jpg",
    "thumbnail_uri": "https://ia800408.us.archive.org/31/items/mbid-b5d08a3f-55f5-4f82-9efe-aa336712cd89/mbid-b5d08a3f-55f5-4f82-9efe-aa336712cd89-38979065661_thumb250.jpg",
    "song": "Incredible",
    "track_id": "5348b060-d95a-3e20-8830-bd4696b1072c",
    "recording_id": "838c8e50-e9c5-4ca3-9599-fb6be568930d",
    "artist": "Choklate",
    "artist_ids": [
        "c8b722b2-9405-438c-99c5-8c62fe1d7654"
    ],
    "album": "Choklate",
    "release_id": "b5d08a3f-55f5-4f82-9efe-aa336712cd89",
    "release_group_id": "59c0aa4c-7af6-3146-ad67-7df60efedb3a",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-05-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's own!\n\nTaken from Choklate's eponymous debut album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}