Information about plays

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

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

{
    "id": 375983,
    "uri": "https://api.kexp.org/v2/plays/375983/?format=api",
    "airdate": "2019-09-03T11:42:12-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "http://coverartarchive.org/release/3ba658b3-9cf3-4df3-bab6-e657e06fd611/23938387841-250.jpg",
    "thumbnail_uri": "",
    "song": "Never Know",
    "track_id": "42620fe3-472a-49b0-9330-691547d180b2",
    "recording_id": null,
    "artist": "Thunderpussy",
    "artist_ids": [
        "1822e292-b283-451c-9ba5-c38132dfda63"
    ],
    "album": "Never Know",
    "release_id": "3ba658b3-9cf3-4df3-bab6-e657e06fd611",
    "release_group_id": null,
    "labels": [
        "Stardog Records"
    ],
    "label_ids": [
        "88d3fc4c-d528-4bb3-b6b9-f395e960205e"
    ],
    "release_date": "2019-08-09",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "See a live performance by Thunderpussy in the KEXP studio in 2018:  https://www.youtube.com/watch?v=7KTEQMsbZxg&t=378s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}