Information about plays

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

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

{
    "id": 3583873,
    "uri": "https://api.kexp.org/v2/plays/3583873/?format=api",
    "airdate": "2025-11-28T01:42:03-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "https://ia903209.us.archive.org/4/items/mbid-26781d13-6b43-4036-b512-fd30d6bbf883/mbid-26781d13-6b43-4036-b512-fd30d6bbf883-3935391543_thumb500.jpg",
    "thumbnail_uri": "https://ia803209.us.archive.org/4/items/mbid-26781d13-6b43-4036-b512-fd30d6bbf883/mbid-26781d13-6b43-4036-b512-fd30d6bbf883-3935391543_thumb250.jpg",
    "song": "Good Livin'",
    "track_id": "34f19237-f38a-3bbc-9b23-26fdfaa1ee76",
    "recording_id": "72cdd40b-83f0-4605-9e29-28e0ca003c2b",
    "artist": "Supersuckers",
    "artist_ids": [
        "6fa09822-bbe4-4ff8-901d-4a39a4dd82e9"
    ],
    "album": "Must've Been Live",
    "release_id": "26781d13-6b43-4036-b512-fd30d6bbf883",
    "release_group_id": "97c9e236-6e79-3ff5-ab4f-3f9e72501222",
    "labels": [
        "Mid Fi Recordings"
    ],
    "label_ids": [
        "c9862bb1-e8b4-438d-a483-2f8dad71b523"
    ],
    "release_date": "2002-05-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}