Information about plays

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

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

{
    "id": 3590784,
    "uri": "https://api.kexp.org/v2/plays/3590784/?format=api",
    "airdate": "2025-12-13T22:08:07-08:00",
    "show": 65372,
    "show_uri": "https://api.kexp.org/v2/shows/65372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Railing",
    "track_id": null,
    "recording_id": null,
    "artist": "The None",
    "artist_ids": [
        "a21cd674-940d-4c3d-a413-731b7e35a62f"
    ],
    "album": "Matter and Care",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Drift Records"
    ],
    "label_ids": [
        "09d7aecd-6279-44e0-b0f3-177465fce5a1"
    ],
    "release_date": "2025-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London U.K. https://thenone.bandcamp.com/album/matter-and-care",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}