Information about plays

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

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

{
    "id": 1320975,
    "uri": "https://api.kexp.org/v2/plays/1320975/?format=api",
    "airdate": "2008-01-01T07:20:15-08:00",
    "show": 23099,
    "show_uri": "https://api.kexp.org/v2/shows/23099/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wE8piaDmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wE8piaDmL._SL75_.jpg",
    "song": "Snap Shot",
    "track_id": "158e6db8-f978-458a-b239-c972186f93e9",
    "recording_id": null,
    "artist": "One Be Lo",
    "artist_ids": [
        "9068a4af-a495-4d82-b6f3-b195f358e16d"
    ],
    "album": "The R.E.B.I.R.T.H.",
    "release_id": "a18d0ca3-d701-475d-b4eb-de154a477574",
    "release_group_id": null,
    "labels": [
        "Subterraneous Records"
    ],
    "label_ids": [
        "62d3361c-316e-4b19-9509-faab18318fe1"
    ],
    "release_date": "2007-12-11",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}