Information about plays

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

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

{
    "id": 350742,
    "uri": "https://api.kexp.org/v2/plays/350742/?format=api",
    "airdate": "2019-07-06T05:04:00-07:00",
    "show": 5840,
    "show_uri": "https://api.kexp.org/v2/shows/5840/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Off the Wall",
    "track_id": null,
    "recording_id": null,
    "artist": "Bambu",
    "artist_ids": [
        "ca13fd8b-c86a-4a09-90a2-408fc1d7f9f1"
    ],
    "album": "Exrcising A Demon | Article II | Brother Hoods",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Beatrock Music"
    ],
    "label_ids": [
        "34086ebc-bcae-4919-b7cd-8b60af29ea18"
    ],
    "release_date": "2019-06-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}