Information about plays

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

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

{
    "id": 3599839,
    "uri": "https://api.kexp.org/v2/plays/3599839/?format=api",
    "airdate": "2026-01-03T20:45:25-08:00",
    "show": 65555,
    "show_uri": "https://api.kexp.org/v2/shows/65555/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Under Streetlights Shadows",
    "track_id": "7e1abe6a-533b-48ae-90bd-fa07202f454d",
    "recording_id": "59c301cb-ea64-46d8-941d-459b98010307",
    "artist": "Rocketship",
    "artist_ids": [
        "eac97210-6b86-46a3-85fb-62fa350b9bab"
    ],
    "album": "Thanks to You",
    "release_id": "3b506892-2074-4ce3-bba6-14b9a26f1611",
    "release_group_id": "6edf62bb-8679-437c-b38b-c371cbba9ac4",
    "labels": [
        "Darla Records"
    ],
    "label_ids": [
        "8a6785c2-26ca-4198-ac89-25d908e65c35"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1993, Portland's Rocketship are still kicking it today!\n\nhttps://rocketship.bandcamp.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}