Information about plays

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

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

{
    "id": 1411525,
    "uri": "https://api.kexp.org/v2/plays/1411525/?format=api",
    "airdate": "2008-08-19T01:01:06-07:00",
    "show": 24626,
    "show_uri": "https://api.kexp.org/v2/shows/24626/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31ZET3KKPJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31ZET3KKPJL._SL75_.jpg",
    "song": "Every Red Cent",
    "track_id": "c28dce34-aba8-4a10-b341-5463b5ccfbbe",
    "recording_id": null,
    "artist": "Rocky Votolato",
    "artist_ids": [
        "05010b18-ba21-46dc-be6d-615d90170b8e"
    ],
    "album": "Suicide Medicine",
    "release_id": "0b912b6d-5aa3-4359-9123-9d62c669db49",
    "release_group_id": null,
    "labels": [
        "Second Nature"
    ],
    "label_ids": [
        "8e24ee4a-fbb3-4263-b74d-6082906fb7c5"
    ],
    "release_date": "2003-09-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}