Information about plays

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

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

{
    "id": 3667554,
    "uri": "https://api.kexp.org/v2/plays/3667554/?format=api",
    "airdate": "2026-06-13T21:35:08-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teenage Atrocity",
    "track_id": null,
    "recording_id": "1e33718a-d18b-41d2-95c8-9682f79760c3",
    "artist": "Moral Crux",
    "artist_ids": [
        "50c67b0e-b2cd-4573-91e9-1f8ce29d60a6"
    ],
    "album": "I Was a Teenage Teenager",
    "release_id": null,
    "release_group_id": "26807c5f-cbf1-3d17-b64d-0c94e7927503",
    "labels": [
        "Coldfront Records"
    ],
    "label_ids": [
        "31c87d15-306a-4032-9cbb-6fce2fc427be"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Based in Ephrata, Washington and originally formed in 1983 by James Farris and Jeff Jenkins\n\nhttps://moralcrux.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}