Information about plays

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

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

{
    "id": 1377574,
    "uri": "https://api.kexp.org/v2/plays/1377574/?format=api",
    "airdate": "2008-05-23T08:42:00-07:00",
    "show": 24041,
    "show_uri": "https://api.kexp.org/v2/shows/24041/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217X76YHK3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217X76YHK3L._SL75_.jpg",
    "song": "Kerosene",
    "track_id": null,
    "recording_id": null,
    "artist": "Big Black",
    "artist_ids": [
        "9463868f-edc8-427e-ac07-ea89698e5f15"
    ],
    "album": "Atomizer",
    "release_id": "4791aa3f-5c12-439f-9262-8d938af9a213",
    "release_group_id": null,
    "labels": [
        "Homestead Records"
    ],
    "label_ids": [
        "3a113bbe-09e6-4e87-9055-20b488e7d361"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}