Information about plays

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

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

{
    "id": 414506,
    "uri": "https://api.kexp.org/v2/plays/414506/?format=api",
    "airdate": "2001-03-11T15:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31nEqtUN1AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31nEqtUN1AL._SL75_.jpg",
    "song": "Newness Ends",
    "track_id": "99f6a5e1-3df7-4044-bdba-7741b8d5dbab",
    "recording_id": null,
    "artist": "The New Year",
    "artist_ids": [
        "b3d5b1c9-95df-42ea-83eb-c86b18f61f8d"
    ],
    "album": "Newness Ends",
    "release_id": "66f581ae-88d6-42a3-85b9-254140b5cc56",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2001-02-20",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}