Information about plays

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

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

{
    "id": 533167,
    "uri": "https://api.kexp.org/v2/plays/533167/?format=api",
    "airdate": "2002-03-31T12:06:36-08:00",
    "show": 9235,
    "show_uri": "https://api.kexp.org/v2/shows/9235/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41wUBqpyRhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41wUBqpyRhL._SL75_.jpg",
    "song": "Wake Up Boo!",
    "track_id": null,
    "recording_id": null,
    "artist": "The Boo Radleys",
    "artist_ids": [
        "1b5189d8-28fd-4c97-a04a-37c49b1ccfa6"
    ],
    "album": "Wake Up!",
    "release_id": "66dbf778-5f38-4511-975e-7fde51a014cc",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}