Information about plays

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

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

{
    "id": 370502,
    "uri": "https://api.kexp.org/v2/plays/370502/?format=api",
    "airdate": "2019-08-21T17:29:00-07:00",
    "show": 6173,
    "show_uri": "https://api.kexp.org/v2/shows/6173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Firestarter",
    "track_id": "050741f7-08d7-30fe-9256-0bbccd9ac506",
    "recording_id": null,
    "artist": "The Prodigy",
    "artist_ids": [
        "4a4ee089-93b1-4470-af9a-6ff575d32704"
    ],
    "album": "The Fat of the Land",
    "release_id": "09344fa7-d4de-4ec7-8595-10aef08f72d5",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [],
    "release_date": "2012-12-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to co-founder Liam Howlett.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}