Information about plays

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

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

{
    "id": 3583387,
    "uri": "https://api.kexp.org/v2/plays/3583387/?format=api",
    "airdate": "2025-11-26T21:13:48-08:00",
    "show": 65218,
    "show_uri": "https://api.kexp.org/v2/shows/65218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mr. Genie Man",
    "track_id": null,
    "recording_id": "5696d486-4c79-417e-8396-fcb935b59718",
    "artist": "Society's Children",
    "artist_ids": [
        "aad662bf-0487-4082-b2b3-f24024fb4683"
    ],
    "album": "Girls In The Garage Volume 3",
    "release_id": null,
    "release_group_id": "fe7f6e30-e896-491c-94fe-881fabdc00dc",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Society's Children were formed in 1968 by Patrick and Doreen Sassone, a mother and son duo from Lansing, Illinois.\n\nDoreen was the lead vocalist. Patrick played guitar and keyboard, while also writing the original material.\n\nhttps://societyschildren.bandcamp.com/album/mister-genie-man",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}