Information about plays

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

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

{
    "id": 349551,
    "uri": "https://api.kexp.org/v2/plays/349551/?format=api",
    "airdate": "2019-07-03T11:21:40-07:00",
    "show": 5823,
    "show_uri": "https://api.kexp.org/v2/shows/5823/?format=api",
    "image_uri": "http://coverartarchive.org/release/85f02ef9-7f72-46ea-8204-e32801709adc/18527963882-250.jpg",
    "thumbnail_uri": "",
    "song": "Ishmael",
    "track_id": "f71bd6e3-c1f2-4f70-9f18-0ece902827b9",
    "recording_id": null,
    "artist": "Shabazz Palaces",
    "artist_ids": [
        "6462c4f6-6f69-4636-a835-02eebe81c90f"
    ],
    "album": "Lese Majesty",
    "release_id": "85f02ef9-7f72-46ea-8204-e32801709adc",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2014-07-29",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday Ishmael Butler of Shabazz Palaces, Knife Knights and Digable Planets.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}