Information about plays

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

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

{
    "id": 1274178,
    "uri": "https://api.kexp.org/v2/plays/1274178/?format=api",
    "airdate": "2007-09-01T22:31:00-07:00",
    "show": 22302,
    "show_uri": "https://api.kexp.org/v2/shows/22302/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51--LNCUECL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51--LNCUECL._SL75_.jpg",
    "song": "Those Who Move",
    "track_id": "0f537641-32f9-4c02-9836-cbd74876c94d",
    "recording_id": null,
    "artist": "Naked Raygun",
    "artist_ids": [
        "85d2e30c-92fd-4c7f-a2dc-f988a70e234d"
    ],
    "album": "All Rise",
    "release_id": "26ca9a1b-156e-4cad-9d8f-b835ec48af4b",
    "release_group_id": null,
    "labels": [
        "Homestead Records"
    ],
    "label_ids": [
        "3a113bbe-09e6-4e87-9055-20b488e7d361"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}