Information about plays

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

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

{
    "id": 3579928,
    "uri": "https://api.kexp.org/v2/plays/3579928/?format=api",
    "airdate": "2025-11-18T18:02:38-08:00",
    "show": 65147,
    "show_uri": "https://api.kexp.org/v2/shows/65147/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wild Side",
    "track_id": "f7b65826-3364-4433-bf6e-a8a08b30c7ce",
    "recording_id": "745f361a-f894-438d-a217-75e1db9be379",
    "artist": "Cross My Heart Hope To Die",
    "artist_ids": [
        "9c3aa553-84ba-4155-99f7-e34ad5b446f7"
    ],
    "album": "Cross My Heart Hope to Die",
    "release_id": "5f497e54-b8fa-4e10-ad59-fb7795426714",
    "release_group_id": "fea5b079-c23e-46cf-aef3-f23f6a76bb6c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2013-06-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cross My Heart Hope To Die is a multimedia project from Cypress Hill's DJ Muggs, singer Brevi, and producer Andrew Kline -- the trio collaborate on street art, gallery exhibitions, and trip-hop sounds\n\n'Lead track ‘Wild Side’ is Motown-tinged soul set to a rolling beat and horn section - think Adele’s ‘Skyfall’ with street swagger' -- https://tinyurl.com/2wd4kdw2\n\nhttps://alphapup.bandcamp.com/album/cross-my-heart-hope-to-die-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}