Information about plays

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

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

{
    "id": 344701,
    "uri": "https://api.kexp.org/v2/plays/344701/?format=api",
    "airdate": "2019-06-22T11:51:34-07:00",
    "show": 5745,
    "show_uri": "https://api.kexp.org/v2/shows/5745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Postman",
    "track_id": "c5a33151-3018-4826-846b-0b36bed80663",
    "recording_id": null,
    "artist": "Hollie Cook",
    "artist_ids": [
        "806139a2-556b-45d8-bc5e-93e3d898e4ad"
    ],
    "album": "Postman",
    "release_id": "d68755df-f4fb-4410-82d3-684e91f2826d",
    "release_group_id": null,
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "a UK singer and one time Slits member, draws upon 1970s reggae in songs about love and resilience. See her performing LIVE in KEXP studios. Recorded October 21, 2014 https://www.youtube.com/watch?v=klg9UBaXD_c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}