Information about plays

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

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

{
    "id": 3590981,
    "uri": "https://api.kexp.org/v2/plays/3590981/?format=api",
    "airdate": "2025-12-14T11:36:14-08:00",
    "show": 65376,
    "show_uri": "https://api.kexp.org/v2/shows/65376/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Missed Connection (feat. Sam Doores)",
    "track_id": null,
    "recording_id": null,
    "artist": "Scott Ballew",
    "artist_ids": [
        "3525044a-3c67-481b-9a20-862a43d1af77"
    ],
    "album": "Paradiso",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Leisure Radio"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Austin, TX-based artist Ballew and NOLA artist Sam Doores teaming up. Check out this video of the song filmed by the side of the Red Rocks Amphitheater\nhttps://www.youtube.com/watch?v=fYgksMEU0Q0 \n\nOne of Greg Vandy's favorites of 2025: https://www.kexp.org/read/2025/12/10/kexp-djs-top-albums-of-2025/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}