Information about plays

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

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

{
    "id": 419252,
    "uri": "https://api.kexp.org/v2/plays/419252/?format=api",
    "airdate": "2001-04-28T19:45:52-07:00",
    "show": 7006,
    "show_uri": "https://api.kexp.org/v2/shows/7006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XRNYB9V3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XRNYB9V3L._SL75_.jpg",
    "song": "Anchor Down",
    "track_id": null,
    "recording_id": null,
    "artist": "Internal/External",
    "artist_ids": [
        "eac17dd2-d129-4d38-848f-a451d46849e6"
    ],
    "album": "Inside Out E.P.",
    "release_id": "2575c022-b0f3-497d-9fd7-ba48038c2fb4",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "2001-01-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}