Information about plays

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

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

{
    "id": 1177801,
    "uri": "https://api.kexp.org/v2/plays/1177801/?format=api",
    "airdate": "2006-12-28T04:16:34-08:00",
    "show": 20652,
    "show_uri": "https://api.kexp.org/v2/shows/20652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dUzjimnDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dUzjimnDL._SL75_.jpg",
    "song": "In the Music",
    "track_id": "8283fe49-e24b-4a9b-96fb-58b9553df60d",
    "recording_id": null,
    "artist": "The Roots",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "Game Theory",
    "release_id": "f9255385-d041-477d-a601-d11e62180e13",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2006-08-29",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}