Information about plays

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

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

{
    "id": 421826,
    "uri": "https://api.kexp.org/v2/plays/421826/?format=api",
    "airdate": "2001-05-06T19:00:00-07:00",
    "show": 7065,
    "show_uri": "https://api.kexp.org/v2/shows/7065/?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": "Cha Cha Cha",
    "track_id": "b7788117-f416-42bc-b37b-bbdaac8bd9e6",
    "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"
}