Information about plays

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

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

{
    "id": 348955,
    "uri": "https://api.kexp.org/v2/plays/348955/?format=api",
    "airdate": "2019-07-02T07:53:09-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "http://coverartarchive.org/release/bd6ea0c6-f5cd-4abf-828a-38df69ad1969/1485559375-250.jpg",
    "thumbnail_uri": "",
    "song": "Reunion",
    "track_id": "2e51b85c-2148-3d02-a94c-ee3656bb9fb3",
    "recording_id": null,
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Hurry Up, We’re Dreaming",
    "release_id": "bd6ea0c6-f5cd-4abf-828a-38df69ad1969",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2011-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We haven't seen an LP from M83 since 2016's Junk, but they did release a score last summer for the film Knife and Heart. The movie was directed by Anthony Gonzalez's brother Yann Gonzalez. Read more about it here! https://bit.ly/2LZZbmU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}