Information about plays

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

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

{
    "id": 3543612,
    "uri": "https://api.kexp.org/v2/plays/3543612/?format=api",
    "airdate": "2025-08-23T04:48:53-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hanged Man",
    "track_id": "3ed9ffd8-606a-4158-84c5-269c5a005f07",
    "recording_id": "b7ddb65d-d888-40a8-9594-b91ba09c942c",
    "artist": "The Meat Purveyors",
    "artist_ids": [
        "79ef45e0-6b8c-46be-a617-af73fa8ece0a"
    ],
    "album": "Edges From The Postcard 3",
    "release_id": "7998ffec-bec6-4662-be79-d5b86b63d35e",
    "release_group_id": "d3f4783d-d55e-48b0-b6cc-dfe2ffe3634a",
    "labels": [
        "Hayden's Ferry"
    ],
    "label_ids": [
        "d4dc1ba6-fd8b-4ac2-869b-010cccdd61d2"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}