Information about plays

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

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

{
    "id": 443051,
    "uri": "https://api.kexp.org/v2/plays/443051/?format=api",
    "airdate": "2001-07-09T02:36:55-07:00",
    "show": 7480,
    "show_uri": "https://api.kexp.org/v2/shows/7480/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217XT28YFRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217XT28YFRL._SL75_.jpg",
    "song": "Sugarfoot Rag",
    "track_id": "6d3d1710-db29-4c3b-ba15-36e36f520ef1",
    "recording_id": null,
    "artist": "Asleep at the Wheel",
    "artist_ids": [
        "79ad8210-274e-4a99-8033-f4c9fe9be8a3"
    ],
    "album": "The Very Best of Asleep at the Wheel",
    "release_id": "415c7151-5e30-4ada-83a4-bb7be8f84141",
    "release_group_id": null,
    "labels": [
        "Relentless"
    ],
    "label_ids": [
        "df143c05-db62-4a6b-b8f9-a94cc270228d"
    ],
    "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"
}