Information about plays

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

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

{
    "id": 370544,
    "uri": "https://api.kexp.org/v2/plays/370544/?format=api",
    "airdate": "2019-08-21T19:55:49-07:00",
    "show": 6174,
    "show_uri": "https://api.kexp.org/v2/shows/6174/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Cannot Care",
    "track_id": null,
    "recording_id": null,
    "artist": "Tre Burt",
    "artist_ids": [],
    "album": "2019-08-21 Live @ KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2019-08-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thu 8/22 @ Hotel Albatross ; Big thanks to Tre Burt for stopping by The Roadhouse to play some songs for us and have a visit! https://treburtmusic.bandcamp.com ; https://www.facebook.com/treburt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}