Information about plays

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

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

{
    "id": 3594807,
    "uri": "https://api.kexp.org/v2/plays/3594807/?format=api",
    "airdate": "2025-12-23T07:58:03-08:00",
    "show": 65455,
    "show_uri": "https://api.kexp.org/v2/shows/65455/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Psycho Killer",
    "track_id": "a8022d19-0939-4e8c-9a9a-6fb01953b305",
    "recording_id": "e66ea0ae-72e9-4471-a3ab-964b6c25696b",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Talking Heads: 77",
    "release_id": "0bb363e8-0db3-42d6-9400-ab712f0b8cf5",
    "release_group_id": "d99084ee-de04-3ba1-8203-5f1a7e5355ee",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2024-11-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Psycho Killer” was one of the groups first songs and released on the Talking Heads’ 1977 debut, Talking Heads: 77. The French lyrics translate to: \"What I did, that night What she said, that night Fulfilling my hope I launch myself towards glory... OK!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}