Information about plays

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

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

{
    "id": 355227,
    "uri": "https://api.kexp.org/v2/plays/355227/?format=api",
    "airdate": "2019-07-16T20:53:16-07:00",
    "show": 5922,
    "show_uri": "https://api.kexp.org/v2/shows/5922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Salam",
    "track_id": null,
    "recording_id": null,
    "artist": "Te'Amir",
    "artist_ids": [],
    "album": "Abyssinia Rise",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [],
    "release_date": "2018-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Te'Amir Sweeney is an acclaimed Los Angeles-based drummer and producer who tours and records with soul singer, Aloe Blacc. This EP highlights five  tracks of beat driven, rootsy and soulful explorations, inspired by Te’Amir’s Ethiopian heritage https://teamirs.bandcamp.com/album/abyssinia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}