Information about plays

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

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

{
    "id": 3560204,
    "uri": "https://api.kexp.org/v2/plays/3560204/?format=api",
    "airdate": "2025-10-01T21:06:47-07:00",
    "show": 64720,
    "show_uri": "https://api.kexp.org/v2/shows/64720/?format=api",
    "image_uri": "https://coverartarchive.org/release/9a2610e5-b6c8-3e78-9ba9-ceb070c299e4/25253903036-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9a2610e5-b6c8-3e78-9ba9-ceb070c299e4/25253903036-250.jpg",
    "song": "Parking Lot",
    "track_id": null,
    "recording_id": "8857bf08-7c21-4d7b-af83-6e0ddcdd48a5",
    "artist": "Galaxie 500",
    "artist_ids": [
        "4de3cfed-b459-42bd-bfbb-7a843fbc73df"
    ],
    "album": "CBGB 12.13.88",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Silver Current Records"
    ],
    "label_ids": [
        "60df7611-932a-41e7-9309-e1d06c982763"
    ],
    "release_date": "2025-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Galaxie 500 was an American indie rock band that formed in 1987 and split up in 1991 after releasing three studio albums: Today, On Fire, and This Is Our Music. The band membership comprised guitarist and vocalist Dean Wareham, drummer Damon Krukowski, and bassist and vocalist Naomi Yang.\n---\nhttps://galaxie500.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}