Information about plays

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

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

{
    "id": 414862,
    "uri": "https://api.kexp.org/v2/plays/414862/?format=api",
    "airdate": "2001-04-12T19:00:00-07:00",
    "show": 6919,
    "show_uri": "https://api.kexp.org/v2/shows/6919/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2123H2GR08L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2123H2GR08L._SL75_.jpg",
    "song": "Rich Man",
    "track_id": "8a3464c2-ed06-47ee-9935-a9d396e318a2",
    "recording_id": null,
    "artist": "The Bottle Rockets",
    "artist_ids": [
        "5af23567-e014-4ce9-90ff-06b8d3e8b887"
    ],
    "album": "24 Hours a Day",
    "release_id": "10afd583-74e5-4a59-b6d1-f3a50c4ca79e",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}