Information about plays

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

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

{
    "id": 369733,
    "uri": "https://api.kexp.org/v2/plays/369733/?format=api",
    "airdate": "2019-08-20T04:30:00-07:00",
    "show": 6164,
    "show_uri": "https://api.kexp.org/v2/shows/6164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Motorcrash",
    "track_id": "d6b09734-a59e-4c98-9e2d-60a9ffe09b29",
    "recording_id": null,
    "artist": "The Sugarcubes",
    "artist_ids": [
        "95303251-46d5-4239-89c8-eaf0b0947a11"
    ],
    "album": "Life’s Too Good",
    "release_id": "24b5ef61-649b-4afc-ab11-42baf801b9c2",
    "release_group_id": null,
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Sugarcubes' Siggi Baldursson and KEXP DJ Kevin Cole Take Us to Iceland Airwaves: https://consequenceofsound.net/2018/10/this-must-be-the-gig-iceland-airwaves-2018/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}