Information about plays

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

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

{
    "id": 3548555,
    "uri": "https://api.kexp.org/v2/plays/3548555/?format=api",
    "airdate": "2025-09-03T19:56:23-07:00",
    "show": 64466,
    "show_uri": "https://api.kexp.org/v2/shows/64466/?format=api",
    "image_uri": "https://coverartarchive.org/release/c6233602-7a77-4a1a-b405-d3d75a9c631c/14999562820-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c6233602-7a77-4a1a-b405-d3d75a9c631c/14999562820-250.jpg",
    "song": "That’s What You Always Say",
    "track_id": null,
    "recording_id": "67512425-b447-47cf-a790-f534dfa2a941",
    "artist": "The Dream Syndicate",
    "artist_ids": [
        "8577c385-d06a-4a64-b4e7-6ebf25f2cb20"
    ],
    "album": "The Days of Wine and Roses",
    "release_id": null,
    "release_group_id": "cad1a3b9-d054-328f-850e-6381314cd767",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "1982-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "40th Anniversary edition of The Days of Wine and Roses available on Bandcamp: https://thedreamsyndicate.bandcamp.com/album/the-days-of-wine-and-roses-expanded-edition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}