Information about plays

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

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

{
    "id": 3578733,
    "uri": "https://api.kexp.org/v2/plays/3578733/?format=api",
    "airdate": "2025-11-15T22:46:10-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Threw Me Away",
    "track_id": null,
    "recording_id": "6bb3b22a-6477-480f-88d5-127c578a5f0a",
    "artist": "Trash Brats",
    "artist_ids": [
        "d4967271-e5a8-4940-b408-8731183f943b"
    ],
    "album": "Out Of The Closet",
    "release_id": null,
    "release_group_id": "1df1f324-8299-4d07-9067-dd7872314c81",
    "labels": [
        "Circumstantial Records"
    ],
    "label_ids": [
        "88a67d66-d26a-4e8c-a9c2-40b6a8c7fc0d"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Glunk\" (glam punk) band formed in Detroit, MI in 1987.\n\nhttps://veglam.com/2012/08/02/trash-brats-1999/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}