Information about plays

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

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

{
    "id": 3568281,
    "uri": "https://api.kexp.org/v2/plays/3568281/?format=api",
    "airdate": "2025-10-22T00:04:05-07:00",
    "show": 64899,
    "show_uri": "https://api.kexp.org/v2/shows/64899/?format=api",
    "image_uri": "https://ia600205.us.archive.org/18/items/mbid-7981f14a-1bb5-3a36-99ce-a1377a17095b/mbid-7981f14a-1bb5-3a36-99ce-a1377a17095b-26259040094_thumb500.jpg",
    "thumbnail_uri": "https://ia800205.us.archive.org/18/items/mbid-7981f14a-1bb5-3a36-99ce-a1377a17095b/mbid-7981f14a-1bb5-3a36-99ce-a1377a17095b-26259040094_thumb250.jpg",
    "song": "Third Uncle",
    "track_id": "ebfdc43a-acd9-340e-a6ed-90d64b2a9b47",
    "recording_id": "8b5ec69c-755f-45ec-9721-c55dd0bc1a9b",
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "The Sky’s Gone Out",
    "release_id": "7981f14a-1bb5-3a36-99ce-a1377a17095b",
    "release_group_id": "705c2c4b-cb73-39a0-9f15-7e83aedafe72",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this date in 1982! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}