Information about plays

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

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

{
    "id": 492466,
    "uri": "https://api.kexp.org/v2/plays/492466/?format=api",
    "airdate": "2001-12-02T03:58:00-08:00",
    "show": 8441,
    "show_uri": "https://api.kexp.org/v2/shows/8441/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41mEfyRzTgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41mEfyRzTgL._SL75_.jpg",
    "song": "Ab Ovo",
    "track_id": "c2e07ad2-4daf-47ff-858e-a3f3114384c7",
    "recording_id": null,
    "artist": "Bruce Gilbert",
    "artist_ids": [
        "8c0c14fa-918a-42ff-a8ed-b8211031f828"
    ],
    "album": "Ab Ovo",
    "release_id": "60b77f66-e7c1-4f96-8dfe-7b23894602af",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1996-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}