Information about plays

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

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

{
    "id": 378159,
    "uri": "https://api.kexp.org/v2/plays/378159/?format=api",
    "airdate": "2019-09-08T01:37:49-07:00",
    "show": 6294,
    "show_uri": "https://api.kexp.org/v2/shows/6294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deceived",
    "track_id": "b97647c4-86e3-320f-bcf6-f779c0c73219",
    "recording_id": null,
    "artist": "Dragon",
    "artist_ids": [
        "aae96072-e23c-496a-9016-8637be8c67bc"
    ],
    "album": "Fallen Angel",
    "release_id": "92e1b417-9b1a-4cdc-8357-efd3f2bbc582",
    "release_group_id": null,
    "labels": [
        "Under One Flag"
    ],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reunited in 2016 and plan to reissue old albums and live footage soon; https://www.facebook.com/DragonPolska",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}