Information about plays

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

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

{
    "id": 351965,
    "uri": "https://api.kexp.org/v2/plays/351965/?format=api",
    "airdate": "2019-07-09T04:52:11-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Couple Highs",
    "track_id": "108f1e54-fb8f-409a-b40f-5e80fd309a9e",
    "recording_id": null,
    "artist": "Julia Shapiro",
    "artist_ids": [
        "c2146ff2-71fe-44ec-9067-01fef300fa83"
    ],
    "album": "Perfect Version",
    "release_id": "0c195352-822c-47a6-a282-abad391b5d38",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Julia Shapiro will be in Seattle on September 3rd at Fremont Abbey.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}