Information about plays

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

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

{
    "id": 3595430,
    "uri": "https://api.kexp.org/v2/plays/3595430/?format=api",
    "airdate": "2025-12-24T16:47:38-08:00",
    "show": 65466,
    "show_uri": "https://api.kexp.org/v2/shows/65466/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Towards the Light",
    "track_id": "31ab2d77-5ed7-4a43-b35b-6af08cb478ea",
    "recording_id": "7629b7f7-dd21-47ae-93a5-84359a36c047",
    "artist": "Douglas Armour",
    "artist_ids": [
        "abacb42e-b1a1-4ace-bb2d-aad7f0d482a0"
    ],
    "album": "The Light of a Golden Day, The Arms of the Night",
    "release_id": "9800c2c3-bc44-4b5e-a1c3-75d748c61b0e",
    "release_group_id": "71daefb5-db51-4744-b814-64d26b98dab7",
    "labels": [
        "The Social Registry"
    ],
    "label_ids": [
        "cd54f95d-4aa0-44c6-9d2c-38c2d2a8de79"
    ],
    "release_date": "2008-04-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut album from LA-based Douglas Armour -- Allmusic called his style \"not quite drum'n'bass and not quite mainstream pop\", and said: \"A lot of the material is quirky but stellar, especially the breezy, airy \"Towards the Light,\" which sounds like it came from the songbook of XTC or David Byrne.\"\n\nRead more of the review by Jason MacNeil: https://tinyurl.com/t2vxwzx4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}