Information about plays

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

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

{
    "id": 3635408,
    "uri": "https://api.kexp.org/v2/plays/3635408/?format=api",
    "airdate": "2026-03-30T02:27:47-07:00",
    "show": 66317,
    "show_uri": "https://api.kexp.org/v2/shows/66317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shadowboxing in the Wind",
    "track_id": "4afd266d-b784-41d7-9ff1-2b8606d55267",
    "recording_id": "547b5253-7fdd-4dfb-921a-26b357592df6",
    "artist": "Industrial Revelation",
    "artist_ids": [
        "c8f11ef0-fccd-4cbb-8d63-896d6e1940db"
    ],
    "album": "Oak Head",
    "release_id": "a0820455-765c-4645-ab58-7cee33152c99",
    "release_group_id": "a24cf0fb-ce19-4c04-8307-f17b114cfe8a",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2013-10-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Josh Rawlings (Keys) is a constant collaborator on Sean Wolcott's albums",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}