Information about plays

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

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

{
    "id": 351879,
    "uri": "https://api.kexp.org/v2/plays/351879/?format=api",
    "airdate": "2019-07-08T23:17:14-07:00",
    "show": 5864,
    "show_uri": "https://api.kexp.org/v2/shows/5864/?format=api",
    "image_uri": "http://coverartarchive.org/release/fdf4f07f-2977-4b97-9b24-5c9c4769706d/23211491474-250.jpg",
    "thumbnail_uri": "",
    "song": "With Regularity",
    "track_id": "7fd60f7e-4d6a-4b3b-b38c-0cc59bf616e1",
    "recording_id": null,
    "artist": "Ajate x NY.KO",
    "artist_ids": [
        "b40d33df-e626-4cb9-9c1e-8459bf440d8f"
    ],
    "album": "Mammamelie / With Regularity",
    "release_id": "fdf4f07f-2977-4b97-9b24-5c9c4769706d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Teaming up this time with French groovers Ny.Ko, Mammamelie and With Regularity are two dancefloor destroyers announcing Ajate’s brand new album to be out early 2020!\" - https://180g-ajate.bandcamp.com/album/ajate-x-ny-ko-mammamelie-with-regularity",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}