Information about plays

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

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

{
    "id": 350593,
    "uri": "https://api.kexp.org/v2/plays/350593/?format=api",
    "airdate": "2019-07-05T20:53:07-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "http://coverartarchive.org/release/a52a3f30-36de-495e-a7a2-451cdb87532d/22427068891-250.jpg",
    "thumbnail_uri": "",
    "song": "Choo Choo",
    "track_id": "f62d99f5-f682-4280-b03f-629fed9ba72d",
    "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": "https://www.mac-demarco.com/news/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}