Information about plays

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

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

{
    "id": 3548085,
    "uri": "https://api.kexp.org/v2/plays/3548085/?format=api",
    "airdate": "2025-09-02T17:49:44-07:00",
    "show": 64456,
    "show_uri": "https://api.kexp.org/v2/shows/64456/?format=api",
    "image_uri": "https://ia801609.us.archive.org/32/items/mbid-871c72c2-c04a-4caa-bc57-4770bed02d71/mbid-871c72c2-c04a-4caa-bc57-4770bed02d71-35579842277_thumb500.jpg",
    "thumbnail_uri": "https://ia801609.us.archive.org/32/items/mbid-871c72c2-c04a-4caa-bc57-4770bed02d71/mbid-871c72c2-c04a-4caa-bc57-4770bed02d71-35579842277_thumb250.jpg",
    "song": "The Everlasting Gobstopper",
    "track_id": "bfa856d3-6dc4-437a-9147-aa5ebf05beb1",
    "recording_id": "a61f9540-3ea0-44ff-87d5-ab698a887490",
    "artist": "The Veldt",
    "artist_ids": [
        "3bb7727d-8ec5-4ca8-aa17-84af34dd2993"
    ],
    "album": "The Everlasting Gobstopper",
    "release_id": "871c72c2-c04a-4caa-bc57-4770bed02d71",
    "release_group_id": "360a6988-9890-4480-bb73-a1a85ea709b2",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Veldt will be performing at Everett's SeaGaze Festival this weekend, a 4 day Shoegaze, Post Punk and Psych Rock Festival. \nhttp://www.seagazefestival.com\nhttps://theveldtmusic.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}