Information about plays

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

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

{
    "id": 3599687,
    "uri": "https://api.kexp.org/v2/plays/3599687/?format=api",
    "airdate": "2026-01-03T15:04:52-08:00",
    "show": 65554,
    "show_uri": "https://api.kexp.org/v2/shows/65554/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "H>A>K",
    "track_id": "60a02254-58e3-4850-b052-3596ccbedeb3",
    "recording_id": "d3df0087-48ec-467f-a9ca-ef8f492b65fc",
    "artist": "Jane Weaver",
    "artist_ids": [
        "9f1e8554-0d64-4095-8259-73730e15ae2b"
    ],
    "album": "Modern Kosmology",
    "release_id": "d1b14107-89f9-431e-bc74-3938f3fb5a05",
    "release_group_id": "eafc91d4-5a7d-4563-beb8-5019de5c2397",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2017-05-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}