Information about plays

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

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

{
    "id": 1303390,
    "uri": "https://api.kexp.org/v2/plays/1303390/?format=api",
    "airdate": "2007-11-17T02:10:00-08:00",
    "show": 22800,
    "show_uri": "https://api.kexp.org/v2/shows/22800/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31L2orYKiKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31L2orYKiKL._SL75_.jpg",
    "song": "The Light Pours Out Of Me",
    "track_id": "eaa0b056-809b-401c-ac59-10cbe4746d72",
    "recording_id": null,
    "artist": "Magazine",
    "artist_ids": [
        "043324ca-100d-48ce-8c7c-fd015afc103b"
    ],
    "album": "Play.",
    "release_id": "d10b9ed1-f1aa-4ff1-ac7b-ee52c053e7a1",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}