Information about plays

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

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

{
    "id": 371167,
    "uri": "https://api.kexp.org/v2/plays/371167/?format=api",
    "airdate": "2019-08-23T05:23:23-07:00",
    "show": 6182,
    "show_uri": "https://api.kexp.org/v2/shows/6182/?format=api",
    "image_uri": "http://coverartarchive.org/release/b9e0c6b8-8424-495a-8649-77510bfa1303/18210080916-250.jpg",
    "thumbnail_uri": "",
    "song": "Maria También",
    "track_id": "ad8a9f48-de2b-4f85-9280-345f243b11e2",
    "recording_id": null,
    "artist": "Khruangbin",
    "artist_ids": [
        "aea4c9b9-9f8d-49dc-b2ca-57d6f26e8634"
    ],
    "album": "Con Todo El Mundo",
    "release_id": "b9e0c6b8-8424-495a-8649-77510bfa1303",
    "release_group_id": null,
    "labels": [
        "LateNightTales"
    ],
    "label_ids": [
        "3dc70455-73c9-48d4-a384-724085af3600"
    ],
    "release_date": "2018-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Get ready for Khruangbin's show at The Thing by watching their in-studio: https://www.youtube.com/watch?v=DyWhFB9ijzA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}