Information about plays

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

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

{
    "id": 373513,
    "uri": "https://api.kexp.org/v2/plays/373513/?format=api",
    "airdate": "2019-08-28T13:20:00-07:00",
    "show": 6219,
    "show_uri": "https://api.kexp.org/v2/shows/6219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Salad Days",
    "track_id": "8166c396-7aa4-43ff-a744-8445be2a9112",
    "recording_id": null,
    "artist": "Mac DeMarco",
    "artist_ids": [
        "f2492c31-54a8-4347-a1fc-f81f72873bbf"
    ],
    "album": "Salad Days",
    "release_id": "7e535de9-a3b3-423e-8edf-c200e8713c77",
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [],
    "release_date": "2014-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Everybody loves Mac! \"Salad Days\" is one of many great songs off AJ's \"Supermarket Shuffle.\" <br>https://www.kexp.org/mixtape/ <br></br>Check out the newly released video of Mac DeMarco performing live in the KEXP gathering space from May, 2019. https://www.youtube.com/watch?v=qFNPEAniyDg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}