Information about plays

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

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

{
    "id": 3528489,
    "uri": "https://api.kexp.org/v2/plays/3528489/?format=api",
    "airdate": "2025-07-18T06:11:06-07:00",
    "show": 64043,
    "show_uri": "https://api.kexp.org/v2/shows/64043/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ego Slave",
    "track_id": "3d560dfa-e677-4aab-9ae3-acb7a96d263b",
    "recording_id": "7e6ab77f-0ac1-449b-a6d1-ab60e8084199",
    "artist": "DoNormaal",
    "artist_ids": [
        "bda332e2-59e7-4e20-bc2c-a57763b325f4"
    ],
    "album": "Third Daughter",
    "release_id": "993b4dda-0a85-4023-a70d-0b9fd6270a2a",
    "release_group_id": "2188c6a6-ede7-4463-ae6f-6cd3d74a7c9f",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-07-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Throwing it back to 2017 with a cut off Third Daughter, by the inimitable DoNormaal!\n\nDoNormaal's \"Ego Slave\" was selected as a KEXP Song of the Day.  Download it for free here: https://www.kexp.org/podcasts/song-of-the-day/2017/8/11/donormaal-ego-slave/\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}