Information about plays

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

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

{
    "id": 1174787,
    "uri": "https://api.kexp.org/v2/plays/1174787/?format=api",
    "airdate": "2006-12-20T12:39:15-08:00",
    "show": 20602,
    "show_uri": "https://api.kexp.org/v2/shows/20602/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413uihMm-dL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413uihMm-dL._SL75_.jpg",
    "song": "My Children, Be Joyful",
    "track_id": null,
    "recording_id": null,
    "artist": "Rock Plaza Central",
    "artist_ids": [
        "a0569fe6-f028-49b8-a448-a52662a75f2d"
    ],
    "album": "Are We Not Horses",
    "release_id": "5f4846b6-7c3a-4a8d-8d56-91ef65a346b7",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}