Information about plays

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

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

{
    "id": 1355717,
    "uri": "https://api.kexp.org/v2/plays/1355717/?format=api",
    "airdate": "2008-03-29T10:38:00-07:00",
    "show": 23676,
    "show_uri": "https://api.kexp.org/v2/shows/23676/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61RaiTwO9fL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61RaiTwO9fL._SL75_.jpg",
    "song": "Stick A Bush",
    "track_id": "12e2e951-4ec2-4c3c-b3b4-84ad7716864b",
    "recording_id": null,
    "artist": "The Gladiators",
    "artist_ids": [
        "563f1d7a-a566-4645-8d28-4696020347fb"
    ],
    "album": "Proverbial Reggae",
    "release_id": "eb03b292-09cb-433c-993c-a35e4c4e6558",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "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"
}