Information about plays

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

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

{
    "id": 3604092,
    "uri": "https://api.kexp.org/v2/plays/3604092/?format=api",
    "airdate": "2026-01-14T02:23:57-08:00",
    "show": 65645,
    "show_uri": "https://api.kexp.org/v2/shows/65645/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What’s on Your Mind (Pure Energy)",
    "track_id": "ccfc258d-ef50-30b5-9449-f77703889fb8",
    "recording_id": "5cb03f02-bd85-4f0d-87f5-a75b7c3be269",
    "artist": "Information Society",
    "artist_ids": [
        "051439e5-478e-4c03-8bea-774ad0c28c12"
    ],
    "album": "Information Society",
    "release_id": "530bd37c-3fae-4b9a-a7cd-8e1b3c785c73",
    "release_group_id": "fb4c1296-1b31-3fe0-bbb1-d6844b8a192a",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Information Society is the self titled debut studio album by American synth-pop band Information Society, released in June 1988.\n\nhttps://informationsociety.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}