Information about plays

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

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

{
    "id": 1233686,
    "uri": "https://api.kexp.org/v2/plays/1233686/?format=api",
    "airdate": "2007-05-21T02:56:07-07:00",
    "show": 21613,
    "show_uri": "https://api.kexp.org/v2/shows/21613/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AtMIC7cqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AtMIC7cqL._SL75_.jpg",
    "song": "Shakey Dog",
    "track_id": "c31cb917-6ab5-44dc-98ab-9b130d72481e",
    "recording_id": null,
    "artist": "Ghostface Killah",
    "artist_ids": [
        "3b39abeb-0064-4eed-9ddd-ee47a45c54cb"
    ],
    "album": "Fishscale",
    "release_id": "0ff3ec99-c803-4ba8-a2d1-544bf694ac64",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2006-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}