Information about plays

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

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

{
    "id": 3422039,
    "uri": "https://api.kexp.org/v2/plays/3422039/?format=api",
    "airdate": "2024-11-06T08:57:03-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "https://coverartarchive.org/release/9e815039-d949-406a-aea9-393a658e5965/14100306559-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9e815039-d949-406a-aea9-393a658e5965/14100306559-250.jpg",
    "song": "Love & Hate",
    "track_id": null,
    "recording_id": "f3fb423d-58ad-4be3-9bf9-33ad19b2014d",
    "artist": "Michael Kiwanuka",
    "artist_ids": [
        "11f570ff-44d9-4e9c-8812-e6d56103c5c1"
    ],
    "album": "Love & Hate",
    "release_id": null,
    "release_group_id": "b4ceed46-b6bc-42cb-9e8b-fce1d0dd59ef",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2016-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rochelle in the Bay Area.\nHello John, Thank you for your positivity on this very dark day for our country. Right now I'm in the first stages of grief, overwhelming sadness, anger, pain. You, the community, and the music will once again save me. I sure need some saving today. I appreciate you and KEXP so much, thank you.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}