Information about plays

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

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

{
    "id": 373973,
    "uri": "https://api.kexp.org/v2/plays/373973/?format=api",
    "airdate": "2019-08-29T12:43:53-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/e3f2fa8c-e92b-4a94-b1af-726035dadb25/18324861567-250.jpg",
    "thumbnail_uri": "",
    "song": "Don’t Delete the Kisses",
    "track_id": "4a74cfe9-baa3-453a-84aa-f33885d02661",
    "recording_id": null,
    "artist": "Wolf Alice",
    "artist_ids": [
        "3547f34a-db02-4ab7-b4a0-380e1ef951a9"
    ],
    "album": "Visions of a Life",
    "release_id": "e3f2fa8c-e92b-4a94-b1af-726035dadb25",
    "release_group_id": null,
    "labels": [
        "Dirty Hit"
    ],
    "label_ids": [
        "00912541-da5c-400f-9ea5-dde92828aa6a"
    ],
    "release_date": "2017-09-29",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Dan's \"About a Boy\" mix. <br> <br> Wolf Alice performed live in the KEXP studio in October 12, 2017. https://www.youtube.com/watch?v=BfCDqkstCYI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}