Information about plays

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

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

{
    "id": 420788,
    "uri": "https://api.kexp.org/v2/plays/420788/?format=api",
    "airdate": "2001-05-03T11:51:25-07:00",
    "show": 7041,
    "show_uri": "https://api.kexp.org/v2/shows/7041/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61YT8jMqBxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61YT8jMqBxL._SL75_.jpg",
    "song": "Cumbia de la Media Noche",
    "track_id": "df31fc9d-7b5b-4063-a76f-cab73c5b36af",
    "recording_id": null,
    "artist": "The Blazers",
    "artist_ids": [
        "a9a060c6-b4e9-4662-a7a3-2cccb306afe6"
    ],
    "album": "Puro Blazers",
    "release_id": "484ac9e7-f7a6-470e-b27b-7f5129016247",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}