Information about plays

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

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

{
    "id": 380087,
    "uri": "https://api.kexp.org/v2/plays/380087/?format=api",
    "airdate": "2019-09-12T18:12:00-07:00",
    "show": 6325,
    "show_uri": "https://api.kexp.org/v2/shows/6325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Highwayman",
    "track_id": "72881090-5c1d-47f4-b3d1-1e0be07eadb9",
    "recording_id": null,
    "artist": "The Highwaymen",
    "artist_ids": [
        "c685765c-b778-4ed6-9035-8f7088431765"
    ],
    "album": "Highwayman",
    "release_id": "0266447b-65e7-496f-af0f-28ae5f58f522",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1984",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}