Information about plays

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

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

{
    "id": 459073,
    "uri": "https://api.kexp.org/v2/plays/459073/?format=api",
    "airdate": "2001-08-24T10:24:00-07:00",
    "show": 7782,
    "show_uri": "https://api.kexp.org/v2/shows/7782/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417D9S2AEFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417D9S2AEFL._SL75_.jpg",
    "song": "As Everything",
    "track_id": "2a7456d3-1c6c-4b5e-9a1a-d25bd111de11",
    "recording_id": null,
    "artist": "Fastbacks",
    "artist_ids": [
        "3fe64039-d8e0-4ac2-838f-9a3bf97c4931"
    ],
    "album": "The Day That Didn't Exist",
    "release_id": "d3ba1249-fdb3-44cc-adcf-ad4c3c65fee5",
    "release_group_id": null,
    "labels": [
        "spinART"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}