Information about plays

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

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

{
    "id": 3546894,
    "uri": "https://api.kexp.org/v2/plays/3546894/?format=api",
    "airdate": "2025-08-30T21:23:29-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "https://coverartarchive.org/release/14a7bcf6-8cfa-44bd-b08f-c7d7b42239ca/15517336705-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/14a7bcf6-8cfa-44bd-b08f-c7d7b42239ca/15517336705-250.jpg",
    "song": "Take a Long Line",
    "track_id": null,
    "recording_id": "553be388-e894-45e4-a0ed-5b9bddf01be4",
    "artist": "The Angels",
    "artist_ids": [
        "06e4547a-bdbf-44a6-bca6-af015fb05376"
    ],
    "album": "Face to Face",
    "release_id": null,
    "release_group_id": "d3ba3efb-fe65-3f31-9260-6508240fdd5d",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1978-08-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "AKA Angel City\n\nTo avoid legal problems with similarly named acts in the international market, their records have been released under the names Angel City and later the Angels from Angel City, although the group has said numerous times that they dislike these names.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}