Information about plays

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

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

{
    "id": 3594261,
    "uri": "https://api.kexp.org/v2/plays/3594261/?format=api",
    "airdate": "2025-12-22T00:39:32-08:00",
    "show": 65443,
    "show_uri": "https://api.kexp.org/v2/shows/65443/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "in2minds",
    "track_id": null,
    "recording_id": "7a7b4c8c-004e-4187-b496-773cf95156d5",
    "artist": "Chris Lake & Disclosure",
    "artist_ids": [
        "fca94d64-9ada-4264-9373-4158e2f7c7e7",
        "ae65c507-d9a0-4d42-9a6c-2b1f82158b9f"
    ],
    "album": "in2minds",
    "release_id": null,
    "release_group_id": "e6f5b106-e996-4b28-9de0-d191119a0ddb",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2024-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}