Information about plays

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

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

{
    "id": 3519563,
    "uri": "https://api.kexp.org/v2/plays/3519563/?format=api",
    "airdate": "2025-06-27T15:11:21-07:00",
    "show": 63851,
    "show_uri": "https://api.kexp.org/v2/shows/63851/?format=api",
    "image_uri": "https://coverartarchive.org/release/6b7fb2e0-98c1-4aea-8b1b-5b121ab579c9/15064271357-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6b7fb2e0-98c1-4aea-8b1b-5b121ab579c9/15064271357-250.jpg",
    "song": "Hyperbolicsyllabicsesquedalymistic",
    "track_id": null,
    "recording_id": "f30cada8-1bef-44d6-a221-a537f766a6b3",
    "artist": "Isaac Hayes",
    "artist_ids": [
        "a2361c7d-ddb6-41c1-a9a0-be09fbbb8d21"
    ],
    "album": "Hot Buttered Soul",
    "release_id": null,
    "release_group_id": "e76d4f75-f09b-3f5b-aca9-44ac4489e58d",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1969! Issac Hayes second full-length album, Hot Buttered Soul, which only features four (lengthy) tracks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}