Information about plays

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

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

{
    "id": 520884,
    "uri": "https://api.kexp.org/v2/plays/520884/?format=api",
    "airdate": "2002-02-23T15:11:00-08:00",
    "show": 8990,
    "show_uri": "https://api.kexp.org/v2/shows/8990/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RTwZ8cfeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RTwZ8cfeL._SL75_.jpg",
    "song": "Don't Come Around",
    "track_id": "e0d66f5c-a066-4059-b468-08179b46cc91",
    "recording_id": null,
    "artist": "Kramer",
    "artist_ids": [
        "d898e082-70d1-4a86-ac8e-ecdf89892994"
    ],
    "album": "Songs From the Pink Death",
    "release_id": "afca4091-d373-4f68-859f-74c3ddbe1ae7",
    "release_group_id": null,
    "labels": [
        "Knitting Factory Works"
    ],
    "label_ids": [
        "63d2736a-1e2d-4a69-a05a-008b13ffa073"
    ],
    "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"
}