Information about plays

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

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

{
    "id": 3591859,
    "uri": "https://api.kexp.org/v2/plays/3591859/?format=api",
    "airdate": "2025-12-16T12:20:44-08:00",
    "show": 65394,
    "show_uri": "https://api.kexp.org/v2/shows/65394/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sharevari",
    "track_id": "d1c552c3-a6cb-4cb8-855f-86812c2c41e4",
    "recording_id": "65cf737a-0938-4601-9276-b1a40e66c0fc",
    "artist": "Aidan Noell & Nancy Whang",
    "artist_ids": [
        "e8645fdf-0f03-475a-94dc-6eaeeae46a78",
        "6eb6ae88-0ec1-4f8f-8fc0-8a7df30cc4d9"
    ],
    "album": "Sharevari",
    "release_id": "7af74a76-e67d-4bc0-8c05-2143a6893e16",
    "release_group_id": "45ff68b6-3508-4c77-a307-82e43ca6cfa9",
    "labels": [
        "Nation of Language"
    ],
    "label_ids": [
        "a5685919-3687-4612-a8e8-5107d568edfd"
    ],
    "release_date": "2022-08-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nation of Language's Aidan Noell collaborated with LCD Soundsystem’s Nancy Whang on this cover of the early Detroit techno classic “Sharevari\" by A Number of Names. The name Sharevari evolved from the legendary Charivari night club parties that began attracting a cult following in 1980 and was a tribute to Detroit's high school party scene.\n\nCheck out the original by A Number of Names: https://www.youtube.com/watch?v=IeF0xTdHPfA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}