Information about plays

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

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

{
    "id": 414562,
    "uri": "https://api.kexp.org/v2/plays/414562/?format=api",
    "airdate": "2001-04-09T11:00:00-07:00",
    "show": 6912,
    "show_uri": "https://api.kexp.org/v2/shows/6912/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dSvph6xNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dSvph6xNL._SL75_.jpg",
    "song": "My Sister",
    "track_id": "37df7f79-dab8-4499-b3b9-26f5bb915dda",
    "recording_id": null,
    "artist": "Tindersticks",
    "artist_ids": [
        "4306a798-e2f8-4192-9a45-2fd41cdae60c"
    ],
    "album": "Tindersticks [II]",
    "release_id": "5af9e21c-23b5-4618-aa31-404f17ae031f",
    "release_group_id": null,
    "labels": [
        "Quicksilver"
    ],
    "label_ids": [
        "e00efde4-9e14-4d24-abcc-bc2dc7c725d1"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}