Information about plays

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

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

{
    "id": 365479,
    "uri": "https://api.kexp.org/v2/plays/365479/?format=api",
    "airdate": "2019-08-10T05:18:00-07:00",
    "show": 6090,
    "show_uri": "https://api.kexp.org/v2/shows/6090/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "War Against Love",
    "track_id": "71fc49ee-20e2-4986-8213-78b3c3678e08",
    "recording_id": null,
    "artist": "Nas",
    "artist_ids": [
        "cfbc0924-0035-4d6c-8197-f024653af823"
    ],
    "album": "The Lost Tapes 2",
    "release_id": "a688c11f-ea8d-43d9-8371-a0251c8360c2",
    "release_group_id": null,
    "labels": [
        "Mass Appeal Records"
    ],
    "label_ids": [],
    "release_date": "2019-07-19",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nas will be celebrating 25 years of Illmatic next Saturday, August 17th at Showare Center in Kent, WA with Lupe Fiasco & AZ!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}