Information about plays

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

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

{
    "id": 3561976,
    "uri": "https://api.kexp.org/v2/plays/3561976/?format=api",
    "airdate": "2025-10-06T09:26:02-07:00",
    "show": 64762,
    "show_uri": "https://api.kexp.org/v2/shows/64762/?format=api",
    "image_uri": "https://ia601505.us.archive.org/31/items/mbid-5a3ed308-b700-3b07-ad40-bf429388bdd5/mbid-5a3ed308-b700-3b07-ad40-bf429388bdd5-20224136391_thumb500.jpg",
    "thumbnail_uri": "https://ia601505.us.archive.org/31/items/mbid-5a3ed308-b700-3b07-ad40-bf429388bdd5/mbid-5a3ed308-b700-3b07-ad40-bf429388bdd5-20224136391_thumb250.jpg",
    "song": "Joey",
    "track_id": "ba1f7df8-1197-3f52-abe3-d82ea0b553d0",
    "recording_id": "0a306ca6-3596-4adf-8729-5c3b132e47ec",
    "artist": "Concrete Blonde",
    "artist_ids": [
        "701fc524-b5f2-42f2-9db7-8198cdd6839c"
    ],
    "album": "Bloodletting",
    "release_id": "5a3ed308-b700-3b07-ad40-bf429388bdd5",
    "release_group_id": "6ae76cc0-027b-34d3-902d-01898bf0350f",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1990-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#590 on YOUR countdown of the greatest albums of all-time. \n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}