Information about plays

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

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

{
    "id": 457465,
    "uri": "https://api.kexp.org/v2/plays/457465/?format=api",
    "airdate": "2001-08-20T01:11:15-07:00",
    "show": 7754,
    "show_uri": "https://api.kexp.org/v2/shows/7754/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21WQ1N61C4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21WQ1N61C4L._SL75_.jpg",
    "song": "Heading East",
    "track_id": "11890702-ec21-427b-9e8c-3d88f1ce7e7d",
    "recording_id": null,
    "artist": "Aloha",
    "artist_ids": [
        "d0e1e85a-1cc4-457a-9370-4e779563b6bb"
    ],
    "album": "That's Your Fire",
    "release_id": "f34980d4-ce0f-48a1-ae23-3a6645e36631",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2000-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}