Information about plays

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

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

{
    "id": 440442,
    "uri": "https://api.kexp.org/v2/plays/440442/?format=api",
    "airdate": "2001-07-01T12:52:56-07:00",
    "show": 7429,
    "show_uri": "https://api.kexp.org/v2/shows/7429/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51g9acRwk0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51g9acRwk0L._SL75_.jpg",
    "song": "Gonna Quit My Rowdy Ways",
    "track_id": "b256334e-f089-4fb8-9883-5c96f3152ce2",
    "recording_id": null,
    "artist": "Callahan Brothers",
    "artist_ids": [
        "68995e3d-7462-45a6-a66f-65f8ced694ab"
    ],
    "album": "American Yodeling 1909-1940",
    "release_id": "d6d401f3-8c4d-4135-b232-1099010e337d",
    "release_group_id": null,
    "labels": [
        "Trikont"
    ],
    "label_ids": [
        "bdbc8d73-1954-4c4f-b552-b5ba38cf94ff"
    ],
    "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"
}