Information about plays

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

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

{
    "id": 3412814,
    "uri": "https://api.kexp.org/v2/plays/3412814/?format=api",
    "airdate": "2024-10-15T06:23:21-07:00",
    "show": 61581,
    "show_uri": "https://api.kexp.org/v2/shows/61581/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Fragile Thing",
    "track_id": "8a0296c4-c164-4b4f-b295-6ee0f8ba8031",
    "recording_id": "d1d62598-d9c2-4345-9cf4-1c286174908d",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "A Fragile Thing",
    "release_id": "1e230e35-b64b-4574-90fe-36730b7f133f",
    "release_group_id": "47822bbc-e1a9-48c9-8ff6-a0c2d31dd260",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2024-10-09",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A Fragile Thing\" will be part of the new album, Songs of a Lost World, due out November 1st! On that date, the band will stream video of a performance Live at Troxy London. More info here: https://www.thecure.com/news/2024/10/live-at-troxy-london/#us-canada\n\nhttps://www.thecure.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}