Information about plays

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

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

{
    "id": 349190,
    "uri": "https://api.kexp.org/v2/plays/349190/?format=api",
    "airdate": "2019-07-02T18:40:00-07:00",
    "show": 5819,
    "show_uri": "https://api.kexp.org/v2/shows/5819/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "K2",
    "track_id": "0d7b8ae9-f753-4ac1-ac8c-370db3535ea4",
    "recording_id": null,
    "artist": "Yasmine Hamdan",
    "artist_ids": [
        "9c21e094-2fbe-4ba9-9726-891d90f561a9"
    ],
    "album": "Jamilat Reprise",
    "release_id": "772d6a25-1b08-46f2-a81f-f13bd29183a2",
    "release_group_id": null,
    "labels": [
        "Crammed Discs"
    ],
    "label_ids": [],
    "release_date": "2018-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cubenx Remix. Experience Lebanese pop singer-songwriter, Yasmine Hamdan, performing LIVE in KEXP studio.  Recorded November 9, 2017 https://www.youtube.com/watch?v=cEdQJAGhqB8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}