Information about plays

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

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

{
    "id": 350216,
    "uri": "https://api.kexp.org/v2/plays/350216/?format=api",
    "airdate": "2019-07-04T22:37:23-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/a52a3f30-36de-495e-a7a2-451cdb87532d/22427068891-250.jpg",
    "thumbnail_uri": "",
    "song": "All of Our Yesterdays",
    "track_id": "1e488664-6ae5-4de0-a6d4-7ce1827d42fd",
    "recording_id": null,
    "artist": "Mac DeMarco",
    "artist_ids": [
        "f2492c31-54a8-4347-a1fc-f81f72873bbf"
    ],
    "album": "Here Comes the Cowboy",
    "release_id": "a52a3f30-36de-495e-a7a2-451cdb87532d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mac DeMarco, is currently touring in support of his brand new album Here Comes The Cowboy, out now via his own Mac's Record Label https://www.mac-demarco.com/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}