Information about plays

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

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

{
    "id": 3418381,
    "uri": "https://api.kexp.org/v2/plays/3418381/?format=api",
    "airdate": "2024-10-28T11:39:01-07:00",
    "show": 61698,
    "show_uri": "https://api.kexp.org/v2/shows/61698/?format=api",
    "image_uri": "https://coverartarchive.org/release/175d4269-13e8-4a65-9270-173aa3dbeb74/9383107527-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/175d4269-13e8-4a65-9270-173aa3dbeb74/9383107527-250.jpg",
    "song": "Candy‐O",
    "track_id": null,
    "recording_id": "dfb75b13-0719-406d-83f5-31e554db6bfa",
    "artist": "The Cars",
    "artist_ids": [
        "092b603f-eb4c-4958-b10e-02420de5885b"
    ],
    "album": "Candy‐O",
    "release_id": null,
    "release_group_id": "a5af2abc-fa10-3b5d-90f0-a64575866ac8",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1979-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Candy-O\" is the title track from The Cars' 1979 sophomore album. \"After releasing a debut album that was considered perfect, packed with hits from beginning to end, the Cars faced an interesting dilemma on Candy-O. Should they make an exact replica and rake in the bucks? ... Candy-O is the rare follow-up to a classic debut that almost reaches the same rarified air.\" https://tinyurl.com/2ae5c8r9",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}