Information about plays

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

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

{
    "id": 3591853,
    "uri": "https://api.kexp.org/v2/plays/3591853/?format=api",
    "airdate": "2025-12-16T11:55:09-08:00",
    "show": 65394,
    "show_uri": "https://api.kexp.org/v2/shows/65394/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walk the Beat",
    "track_id": "0bcb03e2-0312-47cf-819f-fff07e0ffbb9",
    "recording_id": "90a31730-7081-4a1d-af53-00563e74d2d1",
    "artist": "Tierra Whack",
    "artist_ids": [
        "ae952d46-0f36-414c-90d4-f202ea2d4a71"
    ],
    "album": "Walk the Beat",
    "release_id": "8be4cfdb-4c20-4e49-adb6-dddb9c21102e",
    "release_group_id": "e37774c0-d1d5-4cb4-97d9-13d5381d1c0f",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2021-08-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Philadelphia's Tierra Whack!\n\nWatch the video here for \"Walk the Beat\": https://youtu.be/9NvHtAmKd9g \nhttps://www.instagram.com/tierrawhack",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}