Information about plays

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

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

{
    "id": 3595791,
    "uri": "https://api.kexp.org/v2/plays/3595791/?format=api",
    "airdate": "2025-12-25T09:48:36-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Two Queens in a King Sized Bed",
    "track_id": "cbbadd6c-7b36-4c26-bbb4-237b96806f8f",
    "recording_id": "a0b68c12-ce3b-4689-ab71-32bee0de5efd",
    "artist": "girl in red",
    "artist_ids": [
        "4ae429fe-735c-4968-8253-a591421b1bd0"
    ],
    "album": "Two Queens in a King Sized Bed",
    "release_id": "f88bd57d-1c68-436f-9b3b-7e27d5780cb4",
    "release_group_id": "5e4d82ec-2bb2-4249-8ac4-2454db6ee020",
    "labels": [
        "AWAL"
    ],
    "label_ids": [
        "e8162048-67fc-49dd-bbd0-6c0d6e01e4cb"
    ],
    "release_date": "2020-11-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the official music video for this track:\nhttps://www.youtube.com/watch?v=Su9ABA6RcV8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}