Information about plays

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

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

{
    "id": 3594967,
    "uri": "https://api.kexp.org/v2/plays/3594967/?format=api",
    "airdate": "2025-12-23T16:36:00-08:00",
    "show": 65458,
    "show_uri": "https://api.kexp.org/v2/shows/65458/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Starboard",
    "track_id": "a7e85b4a-8ca7-46bb-b89e-6fdd1c9322db",
    "recording_id": "3a6194d9-e3c8-4fbd-80e0-c837ca2d7cb0",
    "artist": "Coral Grief",
    "artist_ids": [
        "c4aba54d-20a6-4fe7-b4e0-e87490d515a4"
    ],
    "album": "Air Between Us",
    "release_id": "2df2598a-bd39-484b-a6a7-4d464a9057c8",
    "release_group_id": "83181cf6-ab22-4883-b39b-390056a9af57",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2025-07-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's Coral Grief performed Live in the KEXP studio in August. You can watch that performance here: \nhttps://www.youtube.com/watch?v=sJFXidBWaWI\n\nTheir album, 'Air Between Us' was #75 in KEXP's Top Albums of 2025 countdown on December 19th. You can listen to the countdown in the KEXP Archive here: https://www.kexp.org/archive/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}