Information about plays

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

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

{
    "id": 355316,
    "uri": "https://api.kexp.org/v2/plays/355316/?format=api",
    "airdate": "2019-07-16T23:47:36-07:00",
    "show": 5917,
    "show_uri": "https://api.kexp.org/v2/shows/5917/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Poke",
    "track_id": "b6f7014b-dcd8-4690-85b3-1e6a3e916e65",
    "recording_id": null,
    "artist": "Daughter",
    "artist_ids": [
        "a1ced3e5-476c-4046-bd74-d428f419989b"
    ],
    "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": "Recorded before the tragic death of Frightened Rabbit’s Scott Hutchison, this excellent tribute album was made in celebration of the 10th anniversary of the band’s breakthrough album, The Midnight Organ Fight. It features friends of the band both famous and obscure delivering covers that range from faithful takes to radically different interpretations.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}