Information about plays

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

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

{
    "id": 3594687,
    "uri": "https://api.kexp.org/v2/plays/3594687/?format=api",
    "airdate": "2025-12-23T01:26:05-08:00",
    "show": 65453,
    "show_uri": "https://api.kexp.org/v2/shows/65453/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Purple Snowflakes",
    "track_id": null,
    "recording_id": "545ac765-75cd-4b74-85e5-2ac9a63cecda",
    "artist": "Say She She",
    "artist_ids": [
        "64dad611-8ada-4696-ac5f-ecb8bf73d51b"
    ],
    "album": "Purple Snowflakes",
    "release_id": null,
    "release_group_id": "d0f77935-ea6e-49df-966a-1c3279ff6e79",
    "labels": [
        "Karma Chief Records"
    ],
    "label_ids": [
        "b2d60533-fdcd-48b1-ad9e-db482053ac35"
    ],
    "release_date": "2024-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marvin Gaye Cover!  The B-side to this single includes the trio's first original Christmas song, \"This Wintertime\"\nhttps://saysheshe.bandcamp.com/album/purple-snowflakes-this-wintertime",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}