Information about plays

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

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

{
    "id": 351190,
    "uri": "https://api.kexp.org/v2/plays/351190/?format=api",
    "airdate": "2019-07-07T06:23:53-07:00",
    "show": 5852,
    "show_uri": "https://api.kexp.org/v2/shows/5852/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Prelude (Live in Hagakyrka)",
    "track_id": null,
    "recording_id": null,
    "artist": "Kali Malone",
    "artist_ids": [
        "a0cd6f82-db9d-44b4-a4fb-197ccb3c5973"
    ],
    "album": "The Sacrificial Code",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "iDEAL"
    ],
    "label_ids": [],
    "release_date": "2019-06-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wonderful new album from Swedish organist and ambient musician Kali Malone ~ https://kalimalone.bandcamp.com/album/the-sacrificial-code",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}