Information about plays

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

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

{
    "id": 3597520,
    "uri": "https://api.kexp.org/v2/plays/3597520/?format=api",
    "airdate": "2025-12-29T07:46:06-08:00",
    "show": 65506,
    "show_uri": "https://api.kexp.org/v2/shows/65506/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Psycho Killer",
    "track_id": "67e2f379-2736-3d8a-a7d2-3573b2333e98",
    "recording_id": "a3c665b6-1ecc-4525-98de-b7ddc946b67f",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Stop Making Sense",
    "release_id": "60099c4e-cafc-32b6-b239-7bcd22e4baac",
    "release_group_id": "2b85ba4e-53bf-4473-87f5-59d0b53020ad",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the official video of this classic here: https://www.youtube.com/watch?v=CJ54eImz88w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}