Information about plays

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

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

{
    "id": 1312531,
    "uri": "https://api.kexp.org/v2/plays/1312531/?format=api",
    "airdate": "2007-12-10T14:26:15-08:00",
    "show": 22958,
    "show_uri": "https://api.kexp.org/v2/shows/22958/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51PYEN91F9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51PYEN91F9L._SL75_.jpg",
    "song": "Little Plastic Castle",
    "track_id": null,
    "recording_id": null,
    "artist": "Ani DiFranco",
    "artist_ids": [
        "a7bdc71f-697a-45d9-92b2-a01fbbe50272"
    ],
    "album": "Little Plastic Castle",
    "release_id": "a872c9da-8fff-4978-b1aa-9856c5431f31",
    "release_group_id": null,
    "labels": [
        "Righteous Babe Records"
    ],
    "label_ids": [
        "9d1ac05c-138a-41d4-a869-59364e81759c"
    ],
    "release_date": "1998-02-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}