Information about plays

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

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

{
    "id": 3547631,
    "uri": "https://api.kexp.org/v2/plays/3547631/?format=api",
    "airdate": "2025-09-01T15:57:04-07:00",
    "show": 64447,
    "show_uri": "https://api.kexp.org/v2/shows/64447/?format=api",
    "image_uri": "https://ia800406.us.archive.org/24/items/mbid-bdd4febf-8248-43bd-b108-600188b463a2/mbid-bdd4febf-8248-43bd-b108-600188b463a2-18303703308_thumb500.jpg",
    "thumbnail_uri": "https://ia600406.us.archive.org/24/items/mbid-bdd4febf-8248-43bd-b108-600188b463a2/mbid-bdd4febf-8248-43bd-b108-600188b463a2-18303703308_thumb250.jpg",
    "song": "September",
    "track_id": "fd7bc590-54b6-3f41-91b7-cf23aee6d367",
    "recording_id": "661d35c3-6ade-4367-af96-6c2898149906",
    "artist": "Earth, Wind & Fire",
    "artist_ids": [
        "535afeda-2538-435d-9dd1-5e10be586774"
    ],
    "album": "September / Can’t Hide Love",
    "release_id": "bdd4febf-8248-43bd-b108-600188b463a2",
    "release_group_id": "db82fb52-f246-36dc-910a-ba709ed22dea",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "HAPPY SEPTEMBER EVERYONE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}