Information about plays

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

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

{
    "id": 499573,
    "uri": "https://api.kexp.org/v2/plays/499573/?format=api",
    "airdate": "2001-12-23T01:51:00-08:00",
    "show": 8575,
    "show_uri": "https://api.kexp.org/v2/shows/8575/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sara-Inge",
    "track_id": "74de1de1-6196-4c3e-b952-b00ebf86af59",
    "recording_id": null,
    "artist": "Sonic Sum",
    "artist_ids": [
        "b47b9e9b-e41e-4d16-8265-18939f6df244"
    ],
    "album": "The Sanity Annex",
    "release_id": "90a6d581-4550-4558-b96c-2e821431079e",
    "release_group_id": null,
    "labels": [
        "Ozone"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}