Information about plays

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

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

{
    "id": 3602866,
    "uri": "https://api.kexp.org/v2/plays/3602866/?format=api",
    "airdate": "2026-01-11T00:49:46-08:00",
    "show": 65619,
    "show_uri": "https://api.kexp.org/v2/shows/65619/?format=api",
    "image_uri": "https://coverartarchive.org/release/7662940a-8815-3d0f-8d44-56decc612945/15799106361-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7662940a-8815-3d0f-8d44-56decc612945/15799106361-250.jpg",
    "song": "Death Squad",
    "track_id": null,
    "recording_id": "f9c7add8-6624-484c-b8d2-7e60ba6e5718",
    "artist": "Sacred Reich",
    "artist_ids": [
        "05ada461-fa66-4c15-a1c1-206fda754d18"
    ],
    "album": "Ignorance",
    "release_id": null,
    "release_group_id": "7308f234-adff-3b4f-825d-965fa20df631",
    "labels": [
        "Metal Blade Records"
    ],
    "label_ids": [
        "88aa805c-6cbe-45d2-b43e-156e94090da9"
    ],
    "release_date": "1987-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sacred Reich has announced that they will be working on a new album this year.\n\nhttps://www.facebook.com/sacredreichofficial\nhttps://sacredreichofficial.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}