Information about plays

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

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

{
    "id": 3595991,
    "uri": "https://api.kexp.org/v2/plays/3595991/?format=api",
    "airdate": "2025-12-25T20:23:40-08:00",
    "show": 65473,
    "show_uri": "https://api.kexp.org/v2/shows/65473/?format=api",
    "image_uri": "https://coverartarchive.org/release/dc8318f0-3b5d-49a2-afc3-7432bef15567/41423108606-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dc8318f0-3b5d-49a2-afc3-7432bef15567/41423108606-250.jpg",
    "song": "What Christmas Means to Me",
    "track_id": null,
    "recording_id": "9d56fc85-4af8-46e3-bca3-3b5cc7b0d94a",
    "artist": "Ginger Root",
    "artist_ids": [
        "22dc2681-4260-437e-a570-c4e92e011f68"
    ],
    "album": "What Christmas Means to Me",
    "release_id": null,
    "release_group_id": "094c7b0c-6d16-4a93-bcf7-c40fd2b35aae",
    "labels": [
        "Acrophase Records"
    ],
    "label_ids": [
        "6de4de0e-1511-4a2b-9e54-6610bc581e09"
    ],
    "release_date": "2018-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Editing films, videos, and other multimedia by day, and making music under the name Ginger Root by night, Cameron Lew fronts a sound that can be described as: \"Aggressive Elevator Soul\".\n\nhttps://gingerroot.bandcamp.com\nhttps://www.gingerrootmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}