Information about plays

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

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

{
    "id": 3421254,
    "uri": "https://api.kexp.org/v2/plays/3421254/?format=api",
    "airdate": "2024-11-04T08:35:42-08:00",
    "show": 61761,
    "show_uri": "https://api.kexp.org/v2/shows/61761/?format=api",
    "image_uri": "https://coverartarchive.org/release/64ba0d61-cb2f-40ab-8837-dca3fcea7a5e/14066158991-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/64ba0d61-cb2f-40ab-8837-dca3fcea7a5e/14066158991-250.jpg",
    "song": "Soul Bossa Nova",
    "track_id": null,
    "recording_id": null,
    "artist": "Quincy Jones",
    "artist_ids": [
        "5803c81e-739a-4057-9a5c-cf84e55db630"
    ],
    "album": "Big Band Bossa Nova",
    "release_id": null,
    "release_group_id": "c00632c9-c7fd-3b30-b982-f345750b7615",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1962-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP to Quincy Jones who passed this weekend at 91. You might recognize this one as a theme song, yeah baby. \n\nJones said that it took him twenty minutes to compose this piece, which features prominently a cuíca (responsible for the distinctive \"laughing\" in the first bars).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}