Information about plays

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

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

{
    "id": 533086,
    "uri": "https://api.kexp.org/v2/plays/533086/?format=api",
    "airdate": "2002-03-31T03:42:37-08:00",
    "show": 9232,
    "show_uri": "https://api.kexp.org/v2/shows/9232/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413RGWVSY2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413RGWVSY2L._SL75_.jpg",
    "song": "I Ain´t Got Nobody",
    "track_id": null,
    "recording_id": null,
    "artist": "Fats Waller",
    "artist_ids": [
        "569fc5bf-bcb6-4bc5-9a00-bd0d258e34f1"
    ],
    "album": "Turn on the Heat: The Fats Waller Piano Solos (disc 2)",
    "release_id": "fa064085-5d8d-4887-b293-4fbcac9fa723",
    "release_group_id": null,
    "labels": [
        "Bluebird Records"
    ],
    "label_ids": [
        "5f45ab05-4f5a-45a5-bbfa-3f74a924a0ef"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}