Information about plays

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

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

{
    "id": 3594182,
    "uri": "https://api.kexp.org/v2/plays/3594182/?format=api",
    "airdate": "2025-12-21T19:31:11-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Winter Melody",
    "track_id": null,
    "recording_id": "5cbe9969-d1d1-45f0-8fa8-725e18e083ff",
    "artist": "Donna Summer",
    "artist_ids": [
        "b60527cc-54f3-4bbe-a01b-dcf34c95ae14"
    ],
    "album": "Four Seasons of Love",
    "release_id": null,
    "release_group_id": "bc3ab434-92d2-32da-b462-04817dfc2e01",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1976-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Donna Summer released \"Winter Melody\" in 1976 on her fourth studio album, Four Seasons of Love.\n\nBy request from Wesley in the Central District!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}