Information about plays

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

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

{
    "id": 3546577,
    "uri": "https://api.kexp.org/v2/plays/3546577/?format=api",
    "airdate": "2025-08-30T04:44:53-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://ia801202.us.archive.org/28/items/mbid-8773f333-94ca-4851-af7d-c9d3df33b35f/mbid-8773f333-94ca-4851-af7d-c9d3df33b35f-14643897826_thumb500.jpg",
    "thumbnail_uri": "https://ia801202.us.archive.org/28/items/mbid-8773f333-94ca-4851-af7d-c9d3df33b35f/mbid-8773f333-94ca-4851-af7d-c9d3df33b35f-14643897826_thumb250.jpg",
    "song": "Fear",
    "track_id": "556c11c2-5e08-4fdd-8a37-edb6f8c453bf",
    "recording_id": "a50cb112-681f-45b3-80b0-8a4307e9d938",
    "artist": "Islands",
    "artist_ids": [
        "4de30660-26a8-4390-af6f-8fc0564e7e61"
    ],
    "album": "Should I Remain Here at Sea?",
    "release_id": "8773f333-94ca-4851-af7d-c9d3df33b35f",
    "release_group_id": "e7cb0d4b-e5b4-4376-9647-1fc534a89bd3",
    "labels": [
        "Manque Music"
    ],
    "label_ids": [
        "d236e1eb-a980-4d74-89bf-cd7c78666cab"
    ],
    "release_date": "2016-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}