Information about plays

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

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

{
    "id": 378205,
    "uri": "https://api.kexp.org/v2/plays/378205/?format=api",
    "airdate": "2019-09-08T04:27:13-07:00",
    "show": 6295,
    "show_uri": "https://api.kexp.org/v2/shows/6295/?format=api",
    "image_uri": "http://coverartarchive.org/release/2ffe7113-35bb-4b18-acf5-26b5237baf6a/23606893442-250.jpg",
    "thumbnail_uri": "",
    "song": "Steam One",
    "track_id": "e0ddb5f8-e77e-4587-b193-efac4d9de14f",
    "recording_id": null,
    "artist": "DJ Lag and Okzharp",
    "artist_ids": [
        "1b6bf4fa-f2af-42c7-8399-53cc2bd468ec"
    ],
    "album": "Steam Rooms EP",
    "release_id": "2ffe7113-35bb-4b18-acf5-26b5237baf6a",
    "release_group_id": null,
    "labels": [
        "Hyperdub"
    ],
    "label_ids": [
        "d73fd0e0-8799-4506-ad1b-6342bf46fc77"
    ],
    "release_date": "2019-07-19",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Steam Room is the nickname given to clubs in Durban South Africa. This EP from DJ Lag and OKZharp will get you sweating on the dancefloor.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}