Information about plays

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

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

{
    "id": 380955,
    "uri": "https://api.kexp.org/v2/plays/380955/?format=api",
    "airdate": "2019-09-14T22:21:08-07:00",
    "show": 6341,
    "show_uri": "https://api.kexp.org/v2/shows/6341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Patriot Act",
    "track_id": "ea119e9b-02cd-3e91-b57b-740d9a582b0e",
    "recording_id": null,
    "artist": "My So-Called Band",
    "artist_ids": [
        "037c2ce4-7dc7-45cc-b40c-2bf53bda3e83"
    ],
    "album": "Weapons of Mass Distortion",
    "release_id": "c1d796bb-926d-4a11-a7e8-bff2012baee2",
    "release_group_id": null,
    "labels": [
        "SW Records"
    ],
    "label_ids": [
        "6400985c-8dff-4334-bc99-b4f5d82463da"
    ],
    "release_date": "2004-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}