Information about plays

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

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

{
    "id": 3561148,
    "uri": "https://api.kexp.org/v2/plays/3561148/?format=api",
    "airdate": "2025-10-04T06:51:31-07:00",
    "show": 64740,
    "show_uri": "https://api.kexp.org/v2/shows/64740/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Know",
    "track_id": null,
    "recording_id": "39484fe1-ba21-4fb7-b493-601ef3856cc8",
    "artist": "Thunderpussy",
    "artist_ids": [
        "1822e292-b283-451c-9ba5-c38132dfda63"
    ],
    "album": "Milk It",
    "release_id": null,
    "release_group_id": "c7cfc78b-8565-4ff2-9151-85cf14156a4b",
    "labels": [
        "Stardog Records"
    ],
    "label_ids": [
        "88d3fc4c-d528-4bb3-b6b9-f395e960205e"
    ],
    "release_date": "2019-10-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}