Information about plays

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

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

{
    "id": 355688,
    "uri": "https://api.kexp.org/v2/plays/355688/?format=api",
    "airdate": "2019-07-17T18:31:21-07:00",
    "show": 5927,
    "show_uri": "https://api.kexp.org/v2/shows/5927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chevrolet Van",
    "track_id": "25211bd0-faa6-4f4d-b828-b737348f4721",
    "recording_id": null,
    "artist": "The Nude Party",
    "artist_ids": [
        "3d36bd1f-a551-4b16-9cb5-3e4c68bc5f2a"
    ],
    "album": "The Nude Party",
    "release_id": "d6745b97-3835-4766-b5ee-6711c503f597",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [],
    "release_date": "2018-07-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tue 8/13 @ Barboza, and Wed 8/14 hear their in-studio here in The Roadhouse! This song live: https://www.youtube.com/watch?v=aAt8HK71ti4 ; https://thenudeparty.bandcamp.com ; https://www.facebook.com/tnpband",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}