Information about plays

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

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

{
    "id": 351617,
    "uri": "https://api.kexp.org/v2/plays/351617/?format=api",
    "airdate": "2019-07-08T07:49:10-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "http://coverartarchive.org/release/81d2c4da-0824-40b5-8672-36253542f254/23101460043-250.jpg",
    "thumbnail_uri": "",
    "song": "I Don't Get Invited to Parties Anymore",
    "track_id": "82e08c3b-d81a-4834-a8e4-48fdcbdb1704",
    "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": "Speaking of artists who are coming to town, Alex Lahey will be here for the Bumbershoot Festival, Friday, August 30th- Sunday, September 1st, 2019.:  https://bumbershoot.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}