Information about plays

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

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

{
    "id": 3577105,
    "uri": "https://api.kexp.org/v2/plays/3577105/?format=api",
    "airdate": "2025-11-12T05:41:13-08:00",
    "show": 65087,
    "show_uri": "https://api.kexp.org/v2/shows/65087/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bound to Earth",
    "track_id": "e2607cb1-7a62-4025-9adc-6d498f97af75",
    "recording_id": "cfc8c7c7-b63f-4cbe-99d5-86b654032e0f",
    "artist": "Weyes Blood",
    "artist_ids": [
        "469d6414-1f06-43de-80d5-17762d4a356a"
    ],
    "album": "The Innocents",
    "release_id": "9a178cc1-ab0a-4409-857c-ecf7655d2d34",
    "release_group_id": "97d131f6-19c0-46c3-8bd5-fd3738e9d818",
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2014-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Weyes Blood has been in the KEXP studio twice! Check out her performance from 2019 https://www.youtube.com/watch?v=N2xW563bb-4, as well as her performance from 2017 https://www.youtube.com/watch?v=N2xW563bb-4.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}