Information about plays

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

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

{
    "id": 532709,
    "uri": "https://api.kexp.org/v2/plays/532709/?format=api",
    "airdate": "2002-03-29T22:22:58-08:00",
    "show": 9223,
    "show_uri": "https://api.kexp.org/v2/shows/9223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41V52719KZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41V52719KZL._SL75_.jpg",
    "song": "Never Forget Where You Get Them",
    "track_id": "bcc8e889-f2be-4e73-beec-99d868cceb4d",
    "recording_id": null,
    "artist": "Go Back Snowball",
    "artist_ids": [
        "a06c12df-6aa1-4c14-ae12-9c1392eaeb72"
    ],
    "album": "Calling Zero",
    "release_id": "f4ec9eb8-d4b7-4122-9e8d-f0d868d6932f",
    "release_group_id": null,
    "labels": [
        "Fading Captain Series"
    ],
    "label_ids": [
        "9405241b-9c09-49e9-878a-7e44f4f518fe"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}