Information about plays

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

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

{
    "id": 382689,
    "uri": "https://api.kexp.org/v2/plays/382689/?format=api",
    "airdate": "2019-09-18T23:02:12-07:00",
    "show": 6368,
    "show_uri": "https://api.kexp.org/v2/shows/6368/?format=api",
    "image_uri": "http://coverartarchive.org/release/f783d435-3d79-4ffb-ae0b-b4445dcaa4e5/13358282805-250.jpg",
    "thumbnail_uri": "",
    "song": "Wonderful",
    "track_id": "8e68f7ae-b0c8-439d-be12-18e9cc45d64b",
    "recording_id": null,
    "artist": "Cate Le Bon",
    "artist_ids": [
        "f2393e49-b791-46da-a6d7-1e9e60743405"
    ],
    "album": "Crab Day",
    "release_id": "f783d435-3d79-4ffb-ae0b-b4445dcaa4e5",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2016-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "www.catelebon.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}