Information about plays

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

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

{
    "id": 3585882,
    "uri": "https://api.kexp.org/v2/plays/3585882/?format=api",
    "airdate": "2025-12-02T14:40:26-08:00",
    "show": 65271,
    "show_uri": "https://api.kexp.org/v2/shows/65271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cupid’s Trick",
    "track_id": "9a072a4b-c2af-3ccb-b9f3-635d3de43d2f",
    "recording_id": "0eeeb718-2eec-465a-bf0c-b6453134ab18",
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "Either/Or",
    "release_id": "0a5aa565-8158-4e81-9776-af8044f6cc1e",
    "release_group_id": "dfb85157-313b-3f5f-8739-a5162bcb6345",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1997-02-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The highly acclaimed \"Either/Or,\" the third album from Elliott Smith and his last written and recorded in Portland, OR, broke through to a larger international audience. : https://www.theparisreview.org/blog/2016/06/20/elliott-smith-eitheror/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}