Information about plays

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

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

{
    "id": 2675457,
    "uri": "https://api.kexp.org/v2/plays/2675457/?format=api",
    "airdate": "2019-12-19T17:01:10-08:00",
    "show": 46181,
    "show_uri": "https://api.kexp.org/v2/shows/46181/?format=api",
    "image_uri": "https://coverartarchive.org/release/a480641f-8e78-4c8f-ba39-4f1c1067349f/6596309888-250.jpg",
    "thumbnail_uri": "",
    "song": "Bohemian Like You",
    "track_id": "eecd5c32-47ba-323c-a390-aaefc118e405",
    "recording_id": null,
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "Thirteen Tales From Urban Bohemia",
    "release_id": "a480641f-8e78-4c8f-ba39-4f1c1067349f",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-08-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Bohemian Like You\" is a song by American alternative rock band The Dandy Warhols. The song was written by frontman Courtney Taylor-Taylor after seeing a woman pull up in her car to the traffic lights outside his apartment. It was released as the second single from the band's third studio album, Thirteen Tales from Urban Bohemia, in August 2000.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}