Information about plays

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

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

{
    "id": 1393724,
    "uri": "https://api.kexp.org/v2/plays/1393724/?format=api",
    "airdate": "2008-07-04T22:35:00-07:00",
    "show": 24321,
    "show_uri": "https://api.kexp.org/v2/shows/24321/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VB3SSAR2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VB3SSAR2L._SL75_.jpg",
    "song": "That Girl's Attractive",
    "track_id": null,
    "recording_id": null,
    "artist": "Diamond Nights",
    "artist_ids": [
        "c8c1036a-d22a-4fbc-936f-432bef116b67"
    ],
    "album": "Popsicle",
    "release_id": "b873aa61-9e1f-4583-889b-b1f5dae315c6",
    "release_group_id": null,
    "labels": [
        "Kemado Records"
    ],
    "label_ids": [
        "f06d8dfc-c489-41e4-a68a-e24f6f9e8a70"
    ],
    "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"
}