Information about plays

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

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

{
    "id": 3527674,
    "uri": "https://api.kexp.org/v2/plays/3527674/?format=api",
    "airdate": "2025-07-16T09:30:09-07:00",
    "show": 64028,
    "show_uri": "https://api.kexp.org/v2/shows/64028/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Tempest",
    "track_id": "170371e3-e309-47cd-8421-02b327f2d42e",
    "recording_id": "92d7e805-5721-4ab3-b761-dcbefbe350ea",
    "artist": "Mary Lambert",
    "artist_ids": [
        "5479488b-0818-4da7-93c3-fed04336af3e"
    ],
    "album": "The Tempest",
    "release_id": "f057bd88-b996-45bb-a8fe-af87623728ab",
    "release_group_id": "9ad9dd06-f1c3-416a-8142-30e4cc2872b4",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-07-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First new single in almost a decade. It was entirely produced by Lambert, who taught herself audio engineering and production during the Covid-19 pandemic. “I wanted to write a song that would have inspired my 18 year-old self.”\nhttps://marylambert.bandcamp.com/track/the-tempest\n\nhttps://marylambertsings.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}