Information about plays

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

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

{
    "id": 419501,
    "uri": "https://api.kexp.org/v2/plays/419501/?format=api",
    "airdate": "2001-04-29T18:38:00-07:00",
    "show": 7014,
    "show_uri": "https://api.kexp.org/v2/shows/7014/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XMS91JMPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XMS91JMPL._SL75_.jpg",
    "song": "Paper Thin",
    "track_id": "bb2c825f-e077-4d05-821a-2b6c4e648288",
    "recording_id": null,
    "artist": "MC Lyte",
    "artist_ids": [
        "fac552dc-55e5-498c-818a-c278f1e02a75"
    ],
    "album": "The Very Best of MC Lyte",
    "release_id": "0452101a-015f-453a-a514-9024a85ea98a",
    "release_group_id": null,
    "labels": [
        "First Priority"
    ],
    "label_ids": [],
    "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"
}