Information about plays

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

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

{
    "id": 1393739,
    "uri": "https://api.kexp.org/v2/plays/1393739/?format=api",
    "airdate": "2008-07-04T23:21: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/51F3N5S6NJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51F3N5S6NJL._SL75_.jpg",
    "song": "Dreaming",
    "track_id": "7a495d33-57bc-419b-b25f-e62efe0d2466",
    "recording_id": null,
    "artist": "Yo La Tengo",
    "artist_ids": [
        "3f542031-b054-454d-b57b-812fa2a81b11"
    ],
    "album": "Freedom of Choice",
    "release_id": "f14ee612-84b9-4a6e-be49-68abc2225533",
    "release_group_id": null,
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1992-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}