Information about plays

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

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

{
    "id": 414593,
    "uri": "https://api.kexp.org/v2/plays/414593/?format=api",
    "airdate": "2001-04-09T13: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/51f6810fPZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51f6810fPZL._SL75_.jpg",
    "song": "People Such as These",
    "track_id": "31cbdb00-5526-4d20-a485-fd2baab28c7f",
    "recording_id": null,
    "artist": "The Walkabouts",
    "artist_ids": [
        "f50a96b5-a890-4442-ae30-6ce307dd7e20"
    ],
    "album": "Train Leaves at Eight",
    "release_id": "790a743f-68c9-4552-a081-b7589b804d03",
    "release_group_id": null,
    "labels": [
        "Glitterhouse Records"
    ],
    "label_ids": [
        "2582e6e6-de17-4cba-8407-f31425d9048b"
    ],
    "release_date": "2000-03-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}