Information about plays

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

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

{
    "id": 414404,
    "uri": "https://api.kexp.org/v2/plays/414404/?format=api",
    "airdate": "2001-02-25T15:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41880GCZlML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41880GCZlML._SL75_.jpg",
    "song": "B'Cos We Rock",
    "track_id": "dbce9cd9-d804-4684-a816-65f3eecbacdc",
    "recording_id": null,
    "artist": "Brassy",
    "artist_ids": [
        "3617825d-9e4c-409a-b824-7ad1bfc5c7ed"
    ],
    "album": "Got It Made",
    "release_id": "27449413-118b-4e6c-a8f6-64c426a62faa",
    "release_group_id": null,
    "labels": [
        "Wiiija Records"
    ],
    "label_ids": [
        "fac1fc17-9057-49d2-8342-927fc3d554f2"
    ],
    "release_date": "2000-05-29",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}