Information about plays

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

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

{
    "id": 3604897,
    "uri": "https://api.kexp.org/v2/plays/3604897/?format=api",
    "airdate": "2026-01-16T01:40:06-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Worst Band in the World",
    "track_id": null,
    "recording_id": "12b78129-5c01-4ec1-8b3b-2933e623c71d",
    "artist": "10cc",
    "artist_ids": [
        "f37c537b-3557-4031-bfd6-ab63ced32854"
    ],
    "album": "Sheet Music",
    "release_id": null,
    "release_group_id": "909e7c30-838a-32ac-bf8b-c65a7e101fec",
    "labels": [
        "Imperial Records"
    ],
    "label_ids": [
        "7574e437-2b8e-4abe-9a82-a308f3bbaa4f"
    ],
    "release_date": "1974-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The BBC refused to play this because of the implied profanity in the lines:\n\"We're the worst band in the world\nBut we don't give a....\"\n10cc accommodated with an edit just for them, altering this section to:\n\"We're the worst band in the world\nBut we don't give up...\"\n\"They insisted that we put a word in!,\" co-songwriter Graham Gouldman said. \"It was so ridiculous because we knew everybody would think of 's--t.' There was no rhyming word, so we put 'but we don't give up.' A special edit for the BBC. Ridiculous really when I think back on it.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}