Information about plays

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

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

{
    "id": 432416,
    "uri": "https://api.kexp.org/v2/plays/432416/?format=api",
    "airdate": "2001-06-07T20:18:45-07:00",
    "show": 7273,
    "show_uri": "https://api.kexp.org/v2/shows/7273/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413VK6DS5TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413VK6DS5TL._SL75_.jpg",
    "song": "Horse Thief Row",
    "track_id": "bcc79893-dcb6-4494-8779-eed5105beb51",
    "recording_id": null,
    "artist": "Tim Ryan",
    "artist_ids": [
        "6aa6a1b4-b0cd-402e-92d4-857e8c5abf8c"
    ],
    "album": "Tried, True and Tested",
    "release_id": "3d5567bc-59c6-4e94-aded-5b53d8d05180",
    "release_group_id": null,
    "labels": [
        "Warner Brothers"
    ],
    "label_ids": [],
    "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"
}