Information about plays

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

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

{
    "id": 508483,
    "uri": "https://api.kexp.org/v2/plays/508483/?format=api",
    "airdate": "2002-01-18T19:01:00-08:00",
    "show": 8751,
    "show_uri": "https://api.kexp.org/v2/shows/8751/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4109J6CW71L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4109J6CW71L._SL75_.jpg",
    "song": "Rudy's Rock",
    "track_id": "5bc5745e-4b75-4db7-a257-eb784fce8016",
    "recording_id": null,
    "artist": "Bill Haley & His Comets",
    "artist_ids": [
        "4458d70d-c215-4f06-beea-ebd448dad6ac"
    ],
    "album": "20th Century Masters: The Millennium Collection: The Best of Bill Haley & His Comets",
    "release_id": "61e0b405-6520-4bec-b48a-96f3ddd62c06",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1999-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}