Information about plays

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

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

{
    "id": 351320,
    "uri": "https://api.kexp.org/v2/plays/351320/?format=api",
    "airdate": "2019-07-07T13:12:42-07:00",
    "show": 5854,
    "show_uri": "https://api.kexp.org/v2/shows/5854/?format=api",
    "image_uri": "http://coverartarchive.org/release/81d2c4da-0824-40b5-8672-36253542f254/23101460043-250.jpg",
    "thumbnail_uri": "",
    "song": "Don’t Be so Hard on Yourself",
    "track_id": "2cb378ee-c327-4f25-891c-a7fd9bb992eb",
    "recording_id": null,
    "artist": "Alex Lahey",
    "artist_ids": [
        "16e763f2-d85d-4fd8-a9c4-929d3af41946"
    ],
    "album": "The Best of Luck Club",
    "release_id": "81d2c4da-0824-40b5-8672-36253542f254",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}