Information about plays

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

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

{
    "id": 3593161,
    "uri": "https://api.kexp.org/v2/plays/3593161/?format=api",
    "airdate": "2025-12-19T17:33:09-08:00",
    "show": 65421,
    "show_uri": "https://api.kexp.org/v2/shows/65421/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Man Made of Meat",
    "track_id": "4e6f9b19-9806-4190-9230-70d2a53779c8",
    "recording_id": "5fa45867-72e9-46ee-9387-06cef25605d2",
    "artist": "Viagra Boys",
    "artist_ids": [
        "9df0c0ec-619e-447d-a155-23e19d9c84ce"
    ],
    "album": "viagr aboys",
    "release_id": "001bee83-9d6a-443a-a949-eae7bdca8cec",
    "release_group_id": "97751ad2-72e1-4b96-832b-76530defaaa8",
    "labels": [
        "Shrimptech Enterprises"
    ],
    "label_ids": [
        "b45a6e30-f33e-4e7b-b46f-8c0d7645d223"
    ],
    "release_date": "2025-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#14\n\nIn Seattle, up close and personal! https://www.youtube.com/watch?v=fl6CZDmBDl4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}