Information about plays

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

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

{
    "id": 3540927,
    "uri": "https://api.kexp.org/v2/plays/3540927/?format=api",
    "airdate": "2025-08-16T20:48:42-07:00",
    "show": 64308,
    "show_uri": "https://api.kexp.org/v2/shows/64308/?format=api",
    "image_uri": "https://dn721207.ca.archive.org/0/items/mbid-7f21d47e-01d6-43a7-a020-d801b486102b/mbid-7f21d47e-01d6-43a7-a020-d801b486102b-42448285643_thumb500.jpg",
    "thumbnail_uri": "https://dn721207.ca.archive.org/0/items/mbid-7f21d47e-01d6-43a7-a020-d801b486102b/mbid-7f21d47e-01d6-43a7-a020-d801b486102b-42448285643_thumb250.jpg",
    "song": "forever",
    "track_id": "e93c5903-6adc-4557-bfb0-f1d151a3241c",
    "recording_id": "4fe18e4f-e5d2-444e-a9a0-e58e1e63d04f",
    "artist": "glass egg",
    "artist_ids": [
        "75002c06-1921-4d5c-a0b3-20a091eaae24"
    ],
    "album": "forever",
    "release_id": "7f21d47e-01d6-43a7-a020-d801b486102b",
    "release_group_id": "35234e38-dd76-4f26-89a8-3e0ad8025b61",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-06-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new music from Seattle band glass egg! \n\nhttps://glassegg.bandcamp.com/track/forever-2",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}