Information about plays

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

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

{
    "id": 353402,
    "uri": "https://api.kexp.org/v2/plays/353402/?format=api",
    "airdate": "2019-07-12T08:52:20-07:00",
    "show": 5887,
    "show_uri": "https://api.kexp.org/v2/shows/5887/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Earth People",
    "track_id": "24bcabeb-b368-3c21-9525-4eb057fd47af",
    "recording_id": null,
    "artist": "Dr. Octagon",
    "artist_ids": [
        "3eba5e02-780b-4acd-befb-d23a0c6708dd"
    ],
    "album": "Instrumentalyst: Octagon Beats",
    "release_id": "bbef909f-9016-4e4a-9024-d2609a0549fb",
    "release_group_id": null,
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "1997-04-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}