Information about plays

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

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

{
    "id": 3550792,
    "uri": "https://api.kexp.org/v2/plays/3550792/?format=api",
    "airdate": "2025-09-09T08:51:12-07:00",
    "show": 64516,
    "show_uri": "https://api.kexp.org/v2/shows/64516/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Out of Hand (extended version)",
    "track_id": "b1868439-5f2a-364b-96d3-ce4627a4d7b0",
    "recording_id": "fa8d1811-749b-4c88-86b3-82e974da3b4f",
    "artist": "The Mighty Lemon Drops",
    "artist_ids": [
        "1461ef67-5312-4dc1-843e-711bf912217e"
    ],
    "album": "Rollercoaster: The Best of The Mighty Lemon Drops 1986-1989",
    "release_id": "d37c00ca-ae0d-4477-9069-9f56df2bfe9c",
    "release_group_id": "ab6e2fa3-355e-3f78-9122-bfc7d20a4aea",
    "labels": [
        "Cherry Red Records"
    ],
    "label_ids": [
        "0a866b14-bfd8-4e74-b451-ada9fc713329"
    ],
    "release_date": "2002-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song \"Out of Hand\" was produced by filmmaker Derek Jarman, known for his distinctive visual style, although the band had limited input into the final product, according to guitarist David Newton.\n\nWatch it here: https://www.youtube.com/watch?v=zw9keng87c0&ab_channel=RHINO",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}