Information about plays

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

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

{
    "id": 3594519,
    "uri": "https://api.kexp.org/v2/plays/3594519/?format=api",
    "airdate": "2025-12-22T15:14:42-08:00",
    "show": 65449,
    "show_uri": "https://api.kexp.org/v2/shows/65449/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One More Sleep 'til Christmas",
    "track_id": null,
    "recording_id": "609ce244-76b9-46f7-bb80-0827841da971",
    "artist": "Nolan Potter",
    "artist_ids": [
        "6e892686-18f8-415b-a618-59db4b85fc64"
    ],
    "album": "Nightmares of Christmas Past EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Just released yesterday!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}