Information about plays

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

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

{
    "id": 1352370,
    "uri": "https://api.kexp.org/v2/plays/1352370/?format=api",
    "airdate": "2008-03-21T02:07:48-07:00",
    "show": 23622,
    "show_uri": "https://api.kexp.org/v2/shows/23622/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wxfVuTp1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wxfVuTp1L._SL75_.jpg",
    "song": "Out of Reaches",
    "track_id": "796d972e-2d3b-4c4d-ac1e-2a3397b9c99d",
    "recording_id": null,
    "artist": "Stephen Malkmus and the Jicks",
    "artist_ids": [
        "98e4bf9e-9e33-4f07-9962-f7c1c2d773ba"
    ],
    "album": "Real Emotional Trash",
    "release_id": "4b182454-8689-45b7-af49-3cf260b36ddd",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2008-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}