Information about plays

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

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

{
    "id": 1195860,
    "uri": "https://api.kexp.org/v2/plays/1195860/?format=api",
    "airdate": "2007-02-12T03:25:46-08:00",
    "show": 20964,
    "show_uri": "https://api.kexp.org/v2/shows/20964/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51j-SggaWSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51j-SggaWSL._SL75_.jpg",
    "song": "The New Style",
    "track_id": "f14de46f-7973-4f7c-81f9-6081d4f38f32",
    "recording_id": null,
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Licensed to Ill",
    "release_id": "5b00950b-f814-4502-b7df-a748da928534",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "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"
}