Information about plays

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

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

{
    "id": 3544296,
    "uri": "https://api.kexp.org/v2/plays/3544296/?format=api",
    "airdate": "2025-08-24T16:44:24-07:00",
    "show": 64377,
    "show_uri": "https://api.kexp.org/v2/shows/64377/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here I Am",
    "track_id": null,
    "recording_id": null,
    "artist": "Al Green",
    "artist_ids": [],
    "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": "Hober Mallow mix!  I L.O.V.E. Love It! :-)\n\nThe Reverend Al Green is an American singer-songwriter and record producer. He is best known for recording a series of soul hit singles in the early 1970s, including \"Take Me to the River\", \"Tired of Being Alone\", \"I'm Still in Love with You\", \"Love and Happiness\", and his signature song, \"Let's Stay Together.\"  https://tinyurl.com/p785stfw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}