Information about plays

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

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

{
    "id": 3561393,
    "uri": "https://api.kexp.org/v2/plays/3561393/?format=api",
    "airdate": "2025-10-04T21:41:42-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Red Dog",
    "track_id": null,
    "recording_id": "82d3c038-f0ab-4c9a-90a6-bb44980b35b5",
    "artist": "Sinkhole",
    "artist_ids": [
        "33614817-2a1a-4143-a4fb-31135aec87b8"
    ],
    "album": "Groping for Trout",
    "release_id": null,
    "release_group_id": "e35a93ad-5d84-34c6-bfaf-c01856b75bd8",
    "labels": [
        "Ringing Ear Records"
    ],
    "label_ids": [
        "4ce64be6-b08d-4185-b547-d56bc784e564"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}