Information about plays

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

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

{
    "id": 3601008,
    "uri": "https://api.kexp.org/v2/plays/3601008/?format=api",
    "airdate": "2026-01-06T12:50:15-08:00",
    "show": 65579,
    "show_uri": "https://api.kexp.org/v2/shows/65579/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stylo",
    "track_id": "83ca6fd7-8e99-33a5-a17a-68772107713b",
    "recording_id": "ff70f6a8-7cfc-4974-a764-8b332f7cf88f",
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "Plastic Beach",
    "release_id": "e7def36e-04dc-3a80-83c5-4f705c6eab2f",
    "release_group_id": "5a676824-18cd-4f7f-89f0-df21623e2042",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2010-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song features vocals from the late Bobby Womack and Yasiin Bey. \n--\nDon't miss Bruce Willis in the car chase video for \"Stylo\": https://www.youtube.com/watch?v=nhPaWIeULKk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}