Information about plays

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

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

{
    "id": 3416528,
    "uri": "https://api.kexp.org/v2/plays/3416528/?format=api",
    "airdate": "2024-10-24T01:53:10-07:00",
    "show": 61657,
    "show_uri": "https://api.kexp.org/v2/shows/61657/?format=api",
    "image_uri": "https://coverartarchive.org/release/6f1572c4-b7b4-39b7-a5f4-e82fd0abb8a4/20896128117-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6f1572c4-b7b4-39b7-a5f4-e82fd0abb8a4/20896128117-250.jpg",
    "song": "Wishing Well",
    "track_id": null,
    "recording_id": "d113c7be-7440-4817-80a1-cf1f59e187ee",
    "artist": "Terence Trent D’Arby",
    "artist_ids": [
        "91f603ca-b126-42a2-9c29-820ca687347c"
    ],
    "album": "Introducing the Hardline According to Terence Trent D’Arby",
    "release_id": null,
    "release_group_id": "8958b20d-ce4a-3fa3-95e3-cff2273211aa",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1987-07-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Terence Trent D'Arby was born Terence Trent Howard. In 2001, he changed his name to Sananda Maitreya, saying that \"it was either that or death\": https://www.theguardian.com/music/2017/oct/05/why-terence-trent-darby-became-sananda-maitreya-it-was-that-or-death",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}