Information about plays

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

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

{
    "id": 534578,
    "uri": "https://api.kexp.org/v2/plays/534578/?format=api",
    "airdate": "2002-04-04T12:44:53-08:00",
    "show": 9260,
    "show_uri": "https://api.kexp.org/v2/shows/9260/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/317CED6FATL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/317CED6FATL._SL75_.jpg",
    "song": "Agatha",
    "track_id": null,
    "recording_id": null,
    "artist": "Pond",
    "artist_ids": [
        "1ef504e7-2f2d-41a5-9536-64f161f54174"
    ],
    "album": "Pond",
    "release_id": "9c625ba6-9989-4cb5-9e71-902530dc0988",
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}