Information about plays

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

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

{
    "id": 3598357,
    "uri": "https://api.kexp.org/v2/plays/3598357/?format=api",
    "airdate": "2025-12-31T07:47:08-08:00",
    "show": 65523,
    "show_uri": "https://api.kexp.org/v2/shows/65523/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flammarion",
    "track_id": "0120f5ec-8256-4fcd-bf7e-e15d9f55b0f3",
    "recording_id": "f6a0a02b-2e60-4c49-80c3-a477ffa8eeb8",
    "artist": "Magic Fig",
    "artist_ids": [
        "56de9e40-fe40-47d6-9470-8979babd237d"
    ],
    "album": "Valerian Tea",
    "release_id": "3c7df483-9595-4adb-9a5d-ac9937a69b3c",
    "release_group_id": "d36010a2-0c2a-47ed-8943-67c39e5f9226",
    "labels": [
        "Exploding In Sound Records"
    ],
    "label_ids": [
        "ab54e798-5f5e-4d17-98bf-e25d61485bb9"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Magic Fig is a San Francisco-based psych-pop group featuring members of The Umbrellas, Healing Potpourri, Almond Joy, and Whitney's Playland. Read more about them here: https://www.explodinginsoundrecords.com/artists/magicfig\n\nCheck out the official video: https://www.youtube.com/watch?v=dD4l8PymwaU.\n\nhttps://magicfig.bandcamp.com/album/valerian-tea",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}