Information about plays

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

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

{
    "id": 3520384,
    "uri": "https://api.kexp.org/v2/plays/3520384/?format=api",
    "airdate": "2025-06-29T11:56:16-07:00",
    "show": 63869,
    "show_uri": "https://api.kexp.org/v2/shows/63869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Red Wool",
    "track_id": null,
    "recording_id": null,
    "artist": "Winter McQuinn",
    "artist_ids": [],
    "album": "Move To The Trees",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Third Eye Stimuli"
    ],
    "label_ids": [],
    "release_date": "2024-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aussie songwriter! https://winter-mcquinn.bandcamp.com/track/red-wool \n\nAnd be sure to check out the music video:\nhttps://www.ravensingstheblues.com/winter-mcquinn-red-wool/ \n–\nWinter McQuinn, frontman of Sunfruits and drummer for Jade Imagine, explores psychedelic country and folk in his solo music, reminiscent of Nick Drake and modern soft rock.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}