Information about plays

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

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

{
    "id": 416233,
    "uri": "https://api.kexp.org/v2/plays/416233/?format=api",
    "airdate": "2001-04-19T02:53:20-07:00",
    "show": 6946,
    "show_uri": "https://api.kexp.org/v2/shows/6946/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61j1ku%2BPodL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61j1ku%2BPodL._SL75_.jpg",
    "song": "Transcending",
    "track_id": "17cbca04-7753-4309-b7ee-be05f994adbf",
    "recording_id": null,
    "artist": "Red Hot Chili Peppers",
    "artist_ids": [
        "8bfac288-ccc5-448d-9573-c33ea2aa5c30"
    ],
    "album": "One Hot Minute",
    "release_id": "cbafd135-85e7-4735-8569-7cdb459cd17b",
    "release_group_id": null,
    "labels": [
        "Warner Brothers"
    ],
    "label_ids": [],
    "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"
}