Information about plays

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

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

{
    "id": 3594016,
    "uri": "https://api.kexp.org/v2/plays/3594016/?format=api",
    "airdate": "2025-12-21T12:19:07-08:00",
    "show": 65439,
    "show_uri": "https://api.kexp.org/v2/shows/65439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Favorite Things",
    "track_id": "112ec699-2da3-4f6c-9a5f-22ce543df9f8",
    "recording_id": "78cc634c-1e57-4c6a-932a-b0e1ef3e8a03",
    "artist": "Onyx Collective",
    "artist_ids": [
        "6118a3e1-bb00-4f99-951b-d64d1a26e362"
    ],
    "album": "Manhattan Special",
    "release_id": "bfbedb62-10d3-4460-ba62-e9c0c48b38d0",
    "release_group_id": "e94d1002-9235-44d9-8bde-4ddc5630c8f0",
    "labels": [
        "tmwrk records"
    ],
    "label_ids": [
        "da81e955-d28e-47e1-b650-02d999ad89e1"
    ],
    "release_date": "2020-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Manhattan Special\" reimagines Richard Rodgers, Lorenz Hart, and Oscar Hammerstein.\n\nhttps://onyxcollective.bandcamp.com/album/manhattan-special",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}