Information about plays

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

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

{
    "id": 3594557,
    "uri": "https://api.kexp.org/v2/plays/3594557/?format=api",
    "airdate": "2025-12-22T17:42:32-08:00",
    "show": 65450,
    "show_uri": "https://api.kexp.org/v2/shows/65450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "River",
    "track_id": null,
    "recording_id": "3609843a-7ddf-4876-8cba-459dc061b291",
    "artist": "Gardens Of God",
    "artist_ids": [
        "970020fd-d8de-4470-afff-2a55992f7966"
    ],
    "album": "River / Ghost",
    "release_id": null,
    "release_group_id": "1486a74a-4073-4670-86ab-e2e89b7e61b7",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}