Information about plays

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

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

{
    "id": 441451,
    "uri": "https://api.kexp.org/v2/plays/441451/?format=api",
    "airdate": "2001-07-04T08:56:15-07:00",
    "show": 7447,
    "show_uri": "https://api.kexp.org/v2/shows/7447/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41P1FM12WEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41P1FM12WEL._SL75_.jpg",
    "song": "Love Pipe",
    "track_id": "64ac9e8d-ff94-4700-8305-a0ac40999503",
    "recording_id": null,
    "artist": "Red Elvises",
    "artist_ids": [
        "30480808-4c03-432c-9e94-dd3b12d4e127"
    ],
    "album": "Surfing in Siberia",
    "release_id": "0decc2b5-f8e4-4384-8261-5c0927fd3062",
    "release_group_id": null,
    "labels": [
        "Shoobah-Doobah"
    ],
    "label_ids": [],
    "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"
}