Information about plays

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

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

{
    "id": 3539361,
    "uri": "https://api.kexp.org/v2/plays/3539361/?format=api",
    "airdate": "2025-08-12T23:30:43-07:00",
    "show": 64274,
    "show_uri": "https://api.kexp.org/v2/shows/64274/?format=api",
    "image_uri": "https://coverartarchive.org/release/e454340c-2687-4619-be9f-f04a64a2bf22/40048017629-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e454340c-2687-4619-be9f-f04a64a2bf22/40048017629-250.jpg",
    "song": "Still Waiting",
    "track_id": null,
    "recording_id": "ff1d6c8b-ba61-4d5a-a58c-aba1a0e994d3",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Prince",
    "release_id": null,
    "release_group_id": "5436e902-e53d-3ab8-82b7-3b96a04d6f40",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1979-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Prince is the second studio album by Prince released on October 19, 1979.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}