Information about plays

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

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

{
    "id": 347606,
    "uri": "https://api.kexp.org/v2/plays/347606/?format=api",
    "airdate": "2019-06-28T22:30:00-07:00",
    "show": 5788,
    "show_uri": "https://api.kexp.org/v2/shows/5788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Low End Theory",
    "track_id": "7f282c0e-8b19-4bae-87b9-db6ed45192e9",
    "recording_id": null,
    "artist": "Binary Star",
    "artist_ids": [
        "f30f9355-4b0c-4c32-b28f-c0ef778a566e"
    ],
    "album": "LIGHTY",
    "release_id": "72834f6e-d966-4dce-b3c7-a7e0e63c880f",
    "release_group_id": null,
    "labels": [
        "Subterraneous Records"
    ],
    "label_ids": [],
    "release_date": "2018-08-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for Binary Star's 'Low End Theory' here: https://www.youtube.com/watch?v=NkWM3aUR-0Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}