Information about plays

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

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

{
    "id": 1314342,
    "uri": "https://api.kexp.org/v2/plays/1314342/?format=api",
    "airdate": "2007-12-15T00:00:27-08:00",
    "show": 22984,
    "show_uri": "https://api.kexp.org/v2/shows/22984/?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": "Gray",
    "track_id": "0b8b7270-82a6-4e78-8fa5-09e73b2ac7da",
    "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": [
        "Subterranean"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}