Information about plays

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

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

{
    "id": 1274549,
    "uri": "https://api.kexp.org/v2/plays/1274549/?format=api",
    "airdate": "2007-09-02T23:16:00-07:00",
    "show": 22310,
    "show_uri": "https://api.kexp.org/v2/shows/22310/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4140W1n%2BufL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4140W1n%2BufL._SL75_.jpg",
    "song": "Brain Rave",
    "track_id": "2ca6fc02-8762-465a-aa18-0123e3a5734e",
    "recording_id": null,
    "artist": "Luke Vibert",
    "artist_ids": [
        "0b59a279-54ef-4723-854e-a12b61e9581a"
    ],
    "album": "Chicago, Detroit, Redruth",
    "release_id": "7dd3de98-5ab5-41b4-a547-454c4517acdc",
    "release_group_id": null,
    "labels": [
        "Planet Mu"
    ],
    "label_ids": [
        "b4edce40-090f-4956-b82a-5d9d285da40b"
    ],
    "release_date": "2007-07-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}