Information about plays

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

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

{
    "id": 3595910,
    "uri": "https://api.kexp.org/v2/plays/3595910/?format=api",
    "airdate": "2025-12-25T16:02:09-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Post Apocalypse Christmas",
    "track_id": null,
    "recording_id": "47429001-814b-4544-8f0b-6345570f794e",
    "artist": "Gruff Rhys",
    "artist_ids": [
        "254caf14-7b63-47d1-aa9f-acc7cb541814"
    ],
    "album": "Atheist Xmas",
    "release_id": null,
    "release_group_id": "6f82b391-90fa-48cb-bbf0-e0a0af043199",
    "labels": [
        "OVNI"
    ],
    "label_ids": [
        "9345b42b-b429-498a-b1b8-a0f0bb2fdf78"
    ],
    "release_date": "2011-12-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gruff Rhys is a touring songwriter and recording artist based in Cardiff, Wales who has consistently sought a variety of outlets for a wide spectrum of creative ideas that include 26 studio albums to date. \n\nhttps://gruffrhys.bandcamp.com\nhttps://www.gruffrhys.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}