Information about plays

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

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

{
    "id": 450116,
    "uri": "https://api.kexp.org/v2/plays/450116/?format=api",
    "airdate": "2001-07-29T19:52:30-07:00",
    "show": 7611,
    "show_uri": "https://api.kexp.org/v2/shows/7611/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YuKMJZnCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YuKMJZnCL._SL75_.jpg",
    "song": "Radio",
    "track_id": "5beefcf3-12a1-425c-8d53-857f13f54a60",
    "recording_id": null,
    "artist": "Eazy-E",
    "artist_ids": [
        "c3009d7a-51ac-4c9c-888a-04f5c3c4be0c"
    ],
    "album": "Eazy-Duz-It",
    "release_id": "5347a8c4-a4a9-4cd3-a4e8-515c762916c0",
    "release_group_id": null,
    "labels": [
        "Ruthless Records"
    ],
    "label_ids": [
        "52fa5738-5b7c-4748-b239-3b867504c46a"
    ],
    "release_date": "1988-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}