Information about plays

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

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

{
    "id": 3664130,
    "uri": "https://api.kexp.org/v2/plays/3664130/?format=api",
    "airdate": "2026-06-05T17:04:44-07:00",
    "show": 66910,
    "show_uri": "https://api.kexp.org/v2/shows/66910/?format=api",
    "image_uri": "https://coverartarchive.org/release/7c692abe-047c-4f7f-a57b-94afebe5b3ed/5802041549-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7c692abe-047c-4f7f-a57b-94afebe5b3ed/5802041549-250.jpg",
    "song": "Bits and Pieces",
    "track_id": null,
    "recording_id": "eb4e1e98-7558-440d-a6e1-02b8c27de8ae",
    "artist": "Joan Jett & the Blackhearts",
    "artist_ids": [
        "46e63d3b-d91b-4791-bb73-e9f638a45ea0"
    ],
    "album": "I Love Rock ’n’ Roll",
    "release_id": null,
    "release_group_id": "5ed75d75-b112-38b9-992b-42f3488d62fb",
    "labels": [
        "Bellaphon Germany"
    ],
    "label_ids": [
        "6852d006-bc76-4693-b995-31b8a67a4709"
    ],
    "release_date": "1981-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joan Jett is an American singer and front person for the band The Blackhearts.\n\nhttps://www.joanjett.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}