Information about plays

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

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

{
    "id": 370523,
    "uri": "https://api.kexp.org/v2/plays/370523/?format=api",
    "airdate": "2019-08-21T18:28:42-07:00",
    "show": 6174,
    "show_uri": "https://api.kexp.org/v2/shows/6174/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Transcendental Meditation",
    "track_id": "3d7edefa-73e8-4517-b3e6-3d656a8d8f03",
    "recording_id": null,
    "artist": "Natural Child",
    "artist_ids": [
        "0412f7e3-6871-4327-88b5-523401106aa9"
    ],
    "album": "Okey Dokey",
    "release_id": "9a6ecf51-9332-40ae-8cd7-68dfe20304ff",
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2016-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mini-documentary about the Nashville band: https://www.youtube.com/watch?v=nwzYM4U_OtU ; https://naturalchild.bandcamp.com ; https://www.facebook.com/naturalchildband ; https://twitter.com/naturalchild666",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}