Information about plays

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

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

{
    "id": 1382735,
    "uri": "https://api.kexp.org/v2/plays/1382735/?format=api",
    "airdate": "2008-06-07T09:00:00-07:00",
    "show": 24140,
    "show_uri": "https://api.kexp.org/v2/shows/24140/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61re6FViZ8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61re6FViZ8L._SL75_.jpg",
    "song": "Poor Marcus Garvey",
    "track_id": null,
    "recording_id": null,
    "artist": "The Mighty Diamonds",
    "artist_ids": [
        "e0885194-a186-4c9b-9643-f6d54aeb6bfd"
    ],
    "album": "Inna de Yard",
    "release_id": "0bd697e4-e06b-42f3-9e45-d12c25900a88",
    "release_group_id": null,
    "labels": [
        "Inna de Yard"
    ],
    "label_ids": [
        "a753a3a8-bf83-4874-8291-cb395c1a8a41"
    ],
    "release_date": "2008-02-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}