Information about plays

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

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

{
    "id": 3577226,
    "uri": "https://api.kexp.org/v2/plays/3577226/?format=api",
    "airdate": "2025-11-12T11:56:53-08:00",
    "show": 65089,
    "show_uri": "https://api.kexp.org/v2/shows/65089/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Life",
    "track_id": "f3e595f3-9c1c-4aff-aaa5-686c175f9b6e",
    "recording_id": "5a0313c6-0bf0-4037-9609-8d8a84fe5244",
    "artist": "Alabama Shakes",
    "artist_ids": [
        "40419b33-18e9-4d5a-a674-30b4bb14bac2"
    ],
    "album": "Another Life",
    "release_id": "916d20c0-8a49-4a7b-aa59-d3c458705f68",
    "release_group_id": "cc43c1e0-3767-4a7f-99d2-d1f927721698",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2025-08-29",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest single, \"Another Life\" marks Alabama's Shake's reunion! Their previous album Sound & Color came out a decade ago in 2015. \n\nhttps://alabamashakes.bandcamp.com/ https://www.alabamashakes.com/\n\nThey played Live on KEXP in 2012: https://www.youtube.com/watch?v=hULIhLJ5RUM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}