Information about plays

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

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

{
    "id": 1286811,
    "uri": "https://api.kexp.org/v2/plays/1286811/?format=api",
    "airdate": "2007-10-04T05:21:16-07:00",
    "show": 22514,
    "show_uri": "https://api.kexp.org/v2/shows/22514/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mt7zrvrcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mt7zrvrcL._SL75_.jpg",
    "song": "5 Times Out of 100",
    "track_id": "f5a06ceb-3ba5-4bd2-b66c-569345cc6e52",
    "recording_id": null,
    "artist": "Hot Hot Heat",
    "artist_ids": [
        "0e0dd9da-5878-4c46-9a9a-6df43abb5c96"
    ],
    "album": "Happiness Ltd.",
    "release_id": "c62d69a1-f9fb-4212-932f-28f24f81d1c7",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2007-09-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}