Information about plays

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

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

{
    "id": 3598625,
    "uri": "https://api.kexp.org/v2/plays/3598625/?format=api",
    "airdate": "2026-01-01T00:23:29-08:00",
    "show": 65528,
    "show_uri": "https://api.kexp.org/v2/shows/65528/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fantastic Voyage",
    "track_id": null,
    "recording_id": "00c1c7fc-c734-4114-8101-ac1a3f26f139",
    "artist": "Lakeside",
    "artist_ids": [
        "4e2dc6e4-1808-4850-8e97-df7ea8007f39"
    ],
    "album": null,
    "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": "The pride of Dayton, Ohio, Lakeside formed in 1977 and recorded their last album in 1990. They are best known for their 1980 number one R&B hit \"Fantastic Voyage\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}