Information about plays

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

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

{
    "id": 3589200,
    "uri": "https://api.kexp.org/v2/plays/3589200/?format=api",
    "airdate": "2025-12-10T04:21:45-08:00",
    "show": 65336,
    "show_uri": "https://api.kexp.org/v2/shows/65336/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "6 AM Mimosa",
    "track_id": null,
    "recording_id": "9d37a7d0-0573-46ec-bf7a-0f0127cc7756",
    "artist": "DJ Boring",
    "artist_ids": [
        "85a59a81-fae5-4f30-8824-185d18746452"
    ],
    "album": "Sunday Avenue",
    "release_id": null,
    "release_group_id": "ab8a039a-6a4d-43ca-b3e3-6c82c9834815",
    "labels": [
        "Let’s Play House"
    ],
    "label_ids": [
        "e1d0048c-849b-488f-a4f8-b03bce3e6b85"
    ],
    "release_date": "2017-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]\n\nhttps://lphnyc.bandcamp.com/track/6-am-mimosa",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}