Information about plays

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

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

{
    "id": 3421004,
    "uri": "https://api.kexp.org/v2/plays/3421004/?format=api",
    "airdate": "2024-11-03T18:47:36-08:00",
    "show": 61755,
    "show_uri": "https://api.kexp.org/v2/shows/61755/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Coming Our Way",
    "track_id": null,
    "recording_id": null,
    "artist": "Toby Foyeh",
    "artist_ids": [
        "9c78c470-ab19-4d0c-b1a6-6ea262504cb2"
    ],
    "album": "Here I Come",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Taretone"
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Toby Foyeh (a.k.a. Tokunbo Olowofoyeku) is a British, Nigerian-American musician and guitarist. Born in London, England to Nigerian parents, he is currently based in the Washington, D.C. area of the US. Although essentially self-taught, he studied music at Berklee College of Music and Howard University, where he also earned a degree in film directing.\n\n\"Love Coming Our Way\" was originally released in 1980 on Foyeh's album Here I Come.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}