Information about plays

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

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

{
    "id": 1352299,
    "uri": "https://api.kexp.org/v2/plays/1352299/?format=api",
    "airdate": "2008-03-20T22:07:40-07:00",
    "show": 23621,
    "show_uri": "https://api.kexp.org/v2/shows/23621/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61FWy1kIwGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61FWy1kIwGL._SL75_.jpg",
    "song": "That Hump",
    "track_id": "88b3e5c7-0009-4b9f-aab0-e8f672f21360",
    "recording_id": null,
    "artist": "Erykah Badu",
    "artist_ids": [
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "New Amerykah, Part One (4th World War)",
    "release_id": "8dd7e1d1-d0d1-43ba-9d66-4ab0274bac19",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2008-02-26",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}