Information about plays

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

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

{
    "id": 3598110,
    "uri": "https://api.kexp.org/v2/plays/3598110/?format=api",
    "airdate": "2025-12-30T18:01:52-08:00",
    "show": 65518,
    "show_uri": "https://api.kexp.org/v2/shows/65518/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Day",
    "track_id": "000dc237-ed31-4eef-ae00-e1a202bf7ad7",
    "recording_id": "9e7690bb-e409-40d5-ba98-acc1f4596234",
    "artist": "Liz Cooper",
    "artist_ids": [
        "699a5d91-d4a1-458d-8406-ec9c94cf6c4d"
    ],
    "album": "New Day",
    "release_id": "b27058ec-b5d4-427d-bfa3-0d6784ea3547",
    "release_group_id": "fbc86c8d-9a51-423a-9b22-8db8956e094d",
    "labels": [
        "Sleepyhead Music"
    ],
    "label_ids": [
        "20f62298-3fcb-4d62-8b6c-653bba59191a"
    ],
    "release_date": "2025-09-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Liz Cooper will be touring this spring, following the release of her new album on Feb 20.\nPNW dates include:\n- 3/22 at Cornerstone in Berkeley\n- 3/25 at Sunset Tavern in Seattle\n- 3/26 at Mississippi Studios in Portland\nMore dates and cities here: https://lizcoopermusic.com/home",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}