Information about plays

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

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

{
    "id": 3672740,
    "uri": "https://api.kexp.org/v2/plays/3672740/?format=api",
    "airdate": "2026-06-26T08:45:10-07:00",
    "show": 67090,
    "show_uri": "https://api.kexp.org/v2/shows/67090/?format=api",
    "image_uri": "https://dn711309.ca.archive.org/0/items/mbid-58725830-05b6-4759-9240-8c3c1773cb8b/mbid-58725830-05b6-4759-9240-8c3c1773cb8b-21482286028_thumb500.jpg",
    "thumbnail_uri": "https://dn711309.ca.archive.org/0/items/mbid-58725830-05b6-4759-9240-8c3c1773cb8b/mbid-58725830-05b6-4759-9240-8c3c1773cb8b-21482286028_thumb250.jpg",
    "song": "What a Wonderful World",
    "track_id": "abb52e01-491d-3dc2-9a78-2209cd5b27ad",
    "recording_id": "6d958f4c-5b65-402c-96bc-47fdf7f537b5",
    "artist": "Louis Armstrong",
    "artist_ids": [
        "eea8a864-fcda-4602-9569-38ab446decd6"
    ],
    "album": "The Definitive Collection",
    "release_id": "58725830-05b6-4759-9240-8c3c1773cb8b",
    "release_group_id": "885c21d7-f5ba-37ae-af1d-9844a8dfd749",
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "2006-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Kim...maybe after the fact",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}