Information about plays

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

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

{
    "id": 3554399,
    "uri": "https://api.kexp.org/v2/plays/3554399/?format=api",
    "airdate": "2025-09-18T00:56:07-07:00",
    "show": 64590,
    "show_uri": "https://api.kexp.org/v2/shows/64590/?format=api",
    "image_uri": "https://ia801503.us.archive.org/30/items/mbid-70d010bd-1573-4d4f-8835-b59e475181ba/mbid-70d010bd-1573-4d4f-8835-b59e475181ba-42538933599_thumb500.jpg",
    "thumbnail_uri": "https://dn720700.ca.archive.org/0/items/mbid-70d010bd-1573-4d4f-8835-b59e475181ba/mbid-70d010bd-1573-4d4f-8835-b59e475181ba-42538933599_thumb250.jpg",
    "song": "Angels",
    "track_id": "6d85e027-88f9-40ba-8b4e-5f3ff2e8ab9f",
    "recording_id": "8ec6b21c-3ac5-4877-b5f0-ae98e532da46",
    "artist": "Verses GT ft. TYSON",
    "artist_ids": [
        "b3c121ba-34e1-4c9c-a813-7b71e9d814d5",
        "efb34caa-1b97-48b1-9b58-6dcfb82872a3"
    ],
    "album": "Verses GT",
    "release_id": "70d010bd-1573-4d4f-8835-b59e475181ba",
    "release_group_id": "f3ab29c0-8ab4-4721-9cb9-1b4e8bc8eb66",
    "labels": [
        "LuckyMe"
    ],
    "label_ids": [
        "bd2e11b6-fa00-4616-848d-4e8a23cd63ff"
    ],
    "release_date": "2025-09-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jacques Greene and Nosaj Thing are Verses GT\n\nhttps://versesgt.bandcamp.com/album/verses-gt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}