Information about plays

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

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

{
    "id": 535450,
    "uri": "https://api.kexp.org/v2/plays/535450/?format=api",
    "airdate": "2002-04-07T01:51:40-08:00",
    "show": 9279,
    "show_uri": "https://api.kexp.org/v2/shows/9279/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TBKNZK83L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TBKNZK83L._SL75_.jpg",
    "song": "Oh! Sweet Nuthin'",
    "track_id": null,
    "recording_id": null,
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "Loaded",
    "release_id": "3645588f-cdcf-4746-97ac-da059d332010",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}