Information about plays

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

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

{
    "id": 3551569,
    "uri": "https://api.kexp.org/v2/plays/3551569/?format=api",
    "airdate": "2025-09-11T04:35:54-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "https://ia601901.us.archive.org/33/items/mbid-02d1f92d-6486-45b9-902b-fe9b797dcc31/mbid-02d1f92d-6486-45b9-902b-fe9b797dcc31-26289500688_thumb500.jpg",
    "thumbnail_uri": "https://ia601901.us.archive.org/33/items/mbid-02d1f92d-6486-45b9-902b-fe9b797dcc31/mbid-02d1f92d-6486-45b9-902b-fe9b797dcc31-26289500688_thumb250.jpg",
    "song": "Orange and Red",
    "track_id": "995aeccb-1512-4d37-8e5a-851310bac887",
    "recording_id": "4b7d92bb-2d5d-4998-96f8-fac903509857",
    "artist": "Pity Sex",
    "artist_ids": [
        "8ed03ec1-b8c7-4fe3-a0ac-23415ebbb9f7"
    ],
    "album": "White Hot Moon",
    "release_id": "02d1f92d-6486-45b9-902b-fe9b797dcc31",
    "release_group_id": "429c2c2b-b533-4de3-b269-8a8cb19b4f96",
    "labels": [
        "Run for Cover Records"
    ],
    "label_ids": [
        "9c5c93da-b877-4c50-9ae8-7c6aaaf32e51"
    ],
    "release_date": "2016-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}