Information about plays

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

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

{
    "id": 473784,
    "uri": "https://api.kexp.org/v2/plays/473784/?format=api",
    "airdate": "2001-10-07T09:21:25-07:00",
    "show": 8072,
    "show_uri": "https://api.kexp.org/v2/shows/8072/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZCW5HW8SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZCW5HW8SL._SL75_.jpg",
    "song": "Motherless Children Have a Hard Time",
    "track_id": "6bf28425-2bf4-47d3-8a0d-17aa200f9ead",
    "recording_id": null,
    "artist": "Blind Willie McTell",
    "artist_ids": [
        "81e02e29-e46a-49cb-bf13-d204cbe86daa"
    ],
    "album": "Atlanta Twelve String",
    "release_id": "89701a5a-c2a5-424f-9e80-52c8aa5abf1d",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}