Information about plays

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

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

{
    "id": 3580419,
    "uri": "https://api.kexp.org/v2/plays/3580419/?format=api",
    "airdate": "2025-11-19T23:22:58-08:00",
    "show": 65157,
    "show_uri": "https://api.kexp.org/v2/shows/65157/?format=api",
    "image_uri": "https://ia600401.us.archive.org/4/items/mbid-4abe64de-327b-37fd-a233-c9843f70c868/mbid-4abe64de-327b-37fd-a233-c9843f70c868-2997775097_thumb500.jpg",
    "thumbnail_uri": "https://dn710707.ca.archive.org/0/items/mbid-4abe64de-327b-37fd-a233-c9843f70c868/mbid-4abe64de-327b-37fd-a233-c9843f70c868-2997775097_thumb250.jpg",
    "song": "Port of Amsterdam (1973 B‐side of “Sorrow”)",
    "track_id": "a82363cc-5e29-3341-8638-c720518f9ea3",
    "recording_id": "0b22017e-c689-40a0-87b4-fc3f81f684f5",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Pin Ups",
    "release_id": "4abe64de-327b-37fd-a233-c9843f70c868",
    "release_group_id": "8b7bd1c2-be07-3083-989a-714f219f1ff8",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Jacques Brel tune.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}