Information about plays

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

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

{
    "id": 450146,
    "uri": "https://api.kexp.org/v2/plays/450146/?format=api",
    "airdate": "2001-07-29T23:22:30-07:00",
    "show": 7613,
    "show_uri": "https://api.kexp.org/v2/shows/7613/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ENQ9KHAEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ENQ9KHAEL._SL75_.jpg",
    "song": "Bound",
    "track_id": null,
    "recording_id": null,
    "artist": "Cuong Vu",
    "artist_ids": [
        "622573f9-eb5f-418b-a8fe-85cc1e947797"
    ],
    "album": "Bound",
    "release_id": "9db9e696-3475-46a2-b262-0dc9d1a64ecc",
    "release_group_id": null,
    "labels": [
        "Omnitone"
    ],
    "label_ids": [
        "bdf3f24f-524c-456b-999f-807954d7ccd5"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}