Information about plays

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

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

{
    "id": 3598033,
    "uri": "https://api.kexp.org/v2/plays/3598033/?format=api",
    "airdate": "2025-12-30T14:32:39-08:00",
    "show": 65517,
    "show_uri": "https://api.kexp.org/v2/shows/65517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Skin",
    "track_id": "e854dac1-e13b-4080-a7ee-2509fd237e5c",
    "recording_id": "1360e3e2-0d80-4fe7-b9fe-ac6a6ee531b4",
    "artist": "Jarv Dee & Bad Colours feat. Stas THEE Boss",
    "artist_ids": [
        "cab67f5f-2d61-4f61-bd30-7d64e18c72e2",
        "f90f6b85-41ce-432b-a0f1-2ae485830669",
        "9896f201-6fd6-4e29-b392-4d3c0a8a489f"
    ],
    "album": "Black Skin",
    "release_id": "12b9e2f9-6aee-4167-8f01-2150322c78d6",
    "release_group_id": "268f54d0-d000-45c9-b6fd-bc6d65892699",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2021-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#LocalLove\n\n'Bringing 2 coasts together with Seattle's Jarv Dee and Brooklyn's Bad Colours' -- here with a stellar feature from Stas THEE Boss\n\nSee the official video: https://youtu.be/vCnApI7eJGI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}