Information about plays

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

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

{
    "id": 3595242,
    "uri": "https://api.kexp.org/v2/plays/3595242/?format=api",
    "airdate": "2025-12-24T06:40:33-08:00",
    "show": 65462,
    "show_uri": "https://api.kexp.org/v2/shows/65462/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cold, Cold Winter",
    "track_id": null,
    "recording_id": "49665ee0-7962-4041-9032-824d294ac6f1",
    "artist": "The Pixies Three",
    "artist_ids": [
        "b95a3a1d-7bba-403e-b106-5435c04acd91"
    ],
    "album": "Highschool Sweethearts",
    "release_id": null,
    "release_group_id": "ca67ac46-110d-45f1-aa88-a46b71911221",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}