Information about plays

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

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

{
    "id": 356038,
    "uri": "https://api.kexp.org/v2/plays/356038/?format=api",
    "airdate": "2019-07-18T12:51:17-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Floating In the Forth",
    "track_id": "ccc9720c-8a3d-4bca-9e22-b65380867f85",
    "recording_id": null,
    "artist": "The Twilight Sad",
    "artist_ids": [
        "d44d63b8-3da4-4f7d-aba1-a05ba8941b44"
    ],
    "album": "Tiny Changes: A celebration of the Midnight Organ Fight",
    "release_id": "db9fce4e-78de-4502-8f15-09c5968dadb6",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is off a tribute compilation album called \"Tiny Changes: A Celebration of Frightened Rabbit's 'The Midnight Organ Fight,'\" an ode to Frightened Rabbit's album \"The Midnight Organ Fight.\" Read more about the album here: https://pitchfork.com/news/frightened-rabbit-announce-the-midnight-organ-fight-covers-album/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}