Information about plays

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

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

{
    "id": 3584083,
    "uri": "https://api.kexp.org/v2/plays/3584083/?format=api",
    "airdate": "2025-11-28T11:52:33-08:00",
    "show": 65231,
    "show_uri": "https://api.kexp.org/v2/shows/65231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Energy",
    "track_id": "c8186b03-a5f5-3ac6-8769-564c620527ec",
    "recording_id": "55c169a5-9d4e-4b8b-9328-a4d22cece14d",
    "artist": "The Apples in Stereo",
    "artist_ids": [
        "ea075268-e5ea-40f7-b9c3-68b039218a88"
    ],
    "album": "New Magnetic Wonder",
    "release_id": "e08ca9b6-ba4d-4363-aa6a-6c40390b19da",
    "release_group_id": "a5c01129-f2f6-356c-b418-55c5500b220b",
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2007-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Headed by Robert Schneider, The Apples in Stereo started in Denver, Colorado. Schneider has a PhD in mathematics and is now a professor at Michigan Tech University! \n\nhttps://theapplesinstereo.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}