Information about plays

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

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

{
    "id": 417006,
    "uri": "https://api.kexp.org/v2/plays/417006/?format=api",
    "airdate": "2001-04-21T15:45:52-07:00",
    "show": 6960,
    "show_uri": "https://api.kexp.org/v2/shows/6960/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/216TX56YGVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/216TX56YGVL._SL75_.jpg",
    "song": "Soft Landing",
    "track_id": "e89e6ab7-feec-4126-91d6-81886efbcef8",
    "recording_id": null,
    "artist": "Appliance",
    "artist_ids": [
        "ffc485a5-30a4-4322-a58a-294d0b795302"
    ],
    "album": "Manual",
    "release_id": "678f6780-7128-4d4f-8696-dd466882d94b",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1999-09-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}