Information about plays

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

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

{
    "id": 3590148,
    "uri": "https://api.kexp.org/v2/plays/3590148/?format=api",
    "airdate": "2025-12-12T12:38:57-08:00",
    "show": 65355,
    "show_uri": "https://api.kexp.org/v2/shows/65355/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ride On",
    "track_id": "30103fa4-ea5a-4602-9bd5-d6c769e6a0ab",
    "recording_id": "70dce016-4263-4044-a9da-55621de94e39",
    "artist": "The Shivas",
    "artist_ids": [
        "50bb2d85-7a6b-4457-b995-9c1074c17d52"
    ],
    "album": "You Know What To Do",
    "release_id": "73dc71c7-9a29-41af-bbbd-e800744f10b9",
    "release_group_id": "6ce4f03e-aa81-43a5-a10f-0388d3f4a094",
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "2014-10-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Shivas were formed in 2006 in Portland, Oregon by a group of high school friends.\n\nThey have brought their raucous dance party to almost all 50 United States, and over 25 countries around the world. Meanwhile they released 7 original, full-length albums, as well as many EPs and singles on an array of labels including Tender Loving Empire, Suicide Squeeze, and K Records. \n\nhttps://www.theshivas.org/bio",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}