Information about plays

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

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

{
    "id": 355022,
    "uri": "https://api.kexp.org/v2/plays/355022/?format=api",
    "airdate": "2019-07-16T08:50:24-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "http://coverartarchive.org/release/43952337-42c8-4f47-b7af-753fa889277f/21398761650-250.jpg",
    "thumbnail_uri": "",
    "song": "Come For Me",
    "track_id": "a7a99dd3-797e-4379-aa2c-a59692c141c7",
    "recording_id": null,
    "artist": "Sunflower Bean",
    "artist_ids": [
        "e8160bb0-f4ba-4577-9e82-04d8f7ddcca4"
    ],
    "album": "King Of The Dudes",
    "release_id": "43952337-42c8-4f47-b7af-753fa889277f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Over time, we really just give less of a fuck,” says singer and bassist Julia Cumming. “That’s what rock needs in 2018, and that’s what the EP is saying. We’re free to be aggressive and fun and weird.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}