Information about plays

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

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

{
    "id": 3544037,
    "uri": "https://api.kexp.org/v2/plays/3544037/?format=api",
    "airdate": "2025-08-24T02:47:52-07:00",
    "show": 64373,
    "show_uri": "https://api.kexp.org/v2/shows/64373/?format=api",
    "image_uri": "https://ia601408.us.archive.org/18/items/mbid-bb9eba85-e59c-405b-855b-410d97a3bf60/mbid-bb9eba85-e59c-405b-855b-410d97a3bf60-3943624425_thumb500.jpg",
    "thumbnail_uri": "https://ia601408.us.archive.org/18/items/mbid-bb9eba85-e59c-405b-855b-410d97a3bf60/mbid-bb9eba85-e59c-405b-855b-410d97a3bf60-3943624425_thumb250.jpg",
    "song": "Immigrant Song",
    "track_id": "d91de5a8-be8d-45b2-992a-af68a2ff0b35",
    "recording_id": "2cfad207-3f55-4aec-8120-86cf66e34d59",
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Led Zeppelin III",
    "release_id": "25a34f1f-1f98-36e4-9d68-997233d8e8dd",
    "release_group_id": "53f80f76-f8af-3558-bfd5-e7221e055c75",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-08-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "AHHHH AHHHHHHHH AH! AHHHH AHHHHHHHHHHHHH AH",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}