Information about plays

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

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

{
    "id": 3569869,
    "uri": "https://api.kexp.org/v2/plays/3569869/?format=api",
    "airdate": "2025-10-25T18:34:12-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love On Top",
    "track_id": "93246330-3b67-42f8-95da-0c52db1706ec",
    "recording_id": "d3a0653d-20eb-4a8b-9936-01cf09a2e9c9",
    "artist": "45th St Brass",
    "artist_ids": [
        "a1f4296c-6dfc-4ad0-8c0d-80684c782f63"
    ],
    "album": "The Digital 45",
    "release_id": "e9c59ece-b4fc-4944-ab43-560f0f61e594",
    "release_group_id": "aa922926-3d83-44e1-8cef-bb3b4b3e330e",
    "labels": [
        "Color Red"
    ],
    "label_ids": [
        "140fc8b0-b716-43fc-a78d-9e5eb5cf896c"
    ],
    "release_date": "2021-01-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A request for Ari! Thanks for this excellent suggestion!\n\n45th St Brass are Trevor Parrish on trumpet, Dave Marriott on trombone, Peter Daniel on saxophones, Nelson Bell on sousaphone, and Matthew Goodin on drums. The singer is, who else, Annie J!  \n\nhttp://45thstbrass.com/\n\nhttps://45thstbrass.bandcamp.com/album/the-digital-45",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}