Information about plays

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

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

{
    "id": 3602072,
    "uri": "https://api.kexp.org/v2/plays/3602072/?format=api",
    "airdate": "2026-01-09T03:23:40-08:00",
    "show": 65600,
    "show_uri": "https://api.kexp.org/v2/shows/65600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moonlight & Shadow",
    "track_id": "83760f08-b487-4872-8050-a4c87e7457b7",
    "recording_id": "41797ef0-1713-458d-bdd2-bb9605f6c6ef",
    "artist": "Kennebec feat. Alea Lorén & Co & MESSIAH!",
    "artist_ids": [
        "f05ba642-99ab-4aed-9250-83578eb2d859",
        "e653d242-3202-4a4d-b975-0476b253d581",
        "3fbc57b7-8db6-47e7-842f-f48da938c77d"
    ],
    "album": "The Water Wheel",
    "release_id": "568fac5e-6c79-4edd-b657-87cac045f08c",
    "release_group_id": "8d5f2491-f63f-46e0-92a4-cf8e30627c95",
    "labels": [
        "Rainwatch"
    ],
    "label_ids": [
        "8ad782a7-8ca4-4313-acf7-ed61cfe18a78"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Kennebec is the musical outlet of composer, producer, and multi-instrumentalist Eric Phillips. \n\nhttps://kennebec1.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}