Information about plays

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

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

{
    "id": 3438688,
    "uri": "https://api.kexp.org/v2/plays/3438688/?format=api",
    "airdate": "2024-12-16T03:38:16-08:00",
    "show": 62123,
    "show_uri": "https://api.kexp.org/v2/shows/62123/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nibi (Water Song)",
    "track_id": null,
    "recording_id": null,
    "artist": "SoulSinging",
    "artist_ids": [],
    "album": "Nibi (Water Song)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Ojibwe\n\nThis song was written by Doreen Day of the Ojibwe people. Arranged by Daniel Buchanan for SoulSinging at Resound NW. For more information about the history of this song visit - https://perpich.mn.gov/wp-content/uploads/2020/10/7.Nibi-Song-Elementary-.pdf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}