Information about plays

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

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

{
    "id": 3608589,
    "uri": "https://api.kexp.org/v2/plays/3608589/?format=api",
    "airdate": "2026-01-24T18:06:23-08:00",
    "show": 65746,
    "show_uri": "https://api.kexp.org/v2/shows/65746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flower Girl",
    "track_id": "847e75f5-7b20-4ea2-aca3-1e8689317a1f",
    "recording_id": "7fd12360-8cbe-4e61-89a7-e8fc935ae6d4",
    "artist": "Sloucher",
    "artist_ids": [
        "eb192baf-518b-4de6-94fe-cb133a8f6743"
    ],
    "album": "Certainty",
    "release_id": "6d957fb0-3e76-4d20-8c25-ee93e3828b70",
    "release_group_id": "bf386d4c-5067-4453-9442-a553e8d5af32",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-07-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://sloucherband.bandcamp.com/album/certainty-single",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}