Information about plays

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

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

{
    "id": 3656859,
    "uri": "https://api.kexp.org/v2/plays/3656859/?format=api",
    "airdate": "2026-05-19T14:14:59-07:00",
    "show": 66760,
    "show_uri": "https://api.kexp.org/v2/shows/66760/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "3:16",
    "track_id": null,
    "recording_id": "78d8d911-c27b-4fd4-883a-c09e1c25f604",
    "artist": "454",
    "artist_ids": [
        "fbc87e6f-e9ee-47b6-ae59-abea98a40680"
    ],
    "album": "Casts of a Dreamer",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "454 (Willie Wilson) is an Orlando, Florida-born rapper and producer known for his genre-bending psychedelic rap, trap, and plugg sound.\n\nhttps://www.thefader.com/2021/03/16/454-squills-face-time-late-night-interview",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}