Information about plays

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

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

{
    "id": 3667551,
    "uri": "https://api.kexp.org/v2/plays/3667551/?format=api",
    "airdate": "2026-06-13T21:28:49-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teenage Rebel",
    "track_id": null,
    "recording_id": "3d7f9b88-d4b3-4aff-8358-0b66ec4cfc5d",
    "artist": "The Avengers",
    "artist_ids": [
        "f290c284-cc49-49a6-bc89-3f58de0c40ed"
    ],
    "album": "Died for Your Sins",
    "release_id": null,
    "release_group_id": "2fe304a4-7477-36f9-9183-6adc71a256a0",
    "labels": [
        "Lookout! Records"
    ],
    "label_ids": [
        "1688db48-6fb1-43df-883d-954d39477958"
    ],
    "release_date": "1999-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can check out some really cool footage of The Avengers performing this song at The Winterland in 1978 by following the link below:\n\nhttps://youtu.be/e48hD4I2A7E?si=rElaz_AuJ-GYl7IZ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}