Information about plays

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

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

{
    "id": 3413019,
    "uri": "https://api.kexp.org/v2/plays/3413019/?format=api",
    "airdate": "2024-10-15T15:29:14-07:00",
    "show": 61584,
    "show_uri": "https://api.kexp.org/v2/shows/61584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Having You Around",
    "track_id": null,
    "recording_id": "b2dc52ac-0327-43ab-9be3-e919d7742490",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Music of My Mind",
    "release_id": null,
    "release_group_id": "5a253b10-e9f8-334c-b343-7f14e92402c2",
    "labels": [],
    "label_ids": [],
    "release_date": "1972-03-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Out to Caro with love!\n\nStevie's fourteenth studio album, \"Music of My Mind,\" was released in March, 1972. It was Wonder's first to be recorded under his new contract with Motown which allowed him full artistic control. He became great friends with the synthesizer on this album: https://bit.ly/3t1j6ec",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}