Information about plays

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

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

{
    "id": 370835,
    "uri": "https://api.kexp.org/v2/plays/370835/?format=api",
    "airdate": "2019-08-22T13:10:02-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Microtonic Wave",
    "track_id": "1e7d3a3e-1138-4b2b-8a7c-969e74b62c28",
    "recording_id": null,
    "artist": "Pinback",
    "artist_ids": [
        "1f16a425-2606-4137-a6b7-234b6dabe037"
    ],
    "album": "Offcell",
    "release_id": "0e7816aa-1896-4633-8e3b-4012f275550f",
    "release_group_id": null,
    "labels": [
        "Absolutely Kosher Records"
    ],
    "label_ids": [
        "ab282a9a-6440-4e08-a7c5-64735a892f3e"
    ],
    "release_date": "2003-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pinback will be at The Crocodile on Wednesday, November 13th. https://bit.ly/2H7VdJa",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}