Information about plays

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

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

{
    "id": 472648,
    "uri": "https://api.kexp.org/v2/plays/472648/?format=api",
    "airdate": "2001-10-03T20:38:34-07:00",
    "show": 8050,
    "show_uri": "https://api.kexp.org/v2/shows/8050/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21E4R47GAZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21E4R47GAZL._SL75_.jpg",
    "song": "Long Haired Doney / Poor Boy Long Way From Home",
    "track_id": "1b5ddfdb-3639-47d7-9824-6d070896681a",
    "recording_id": null,
    "artist": "R.L. Burnside & The Sound Machine",
    "artist_ids": [
        "1df06c7b-c87c-4559-a5da-72d3d7077f15"
    ],
    "album": "Bad Luck City",
    "release_id": "e423ada8-ce35-40f4-9fa5-bf17af391f90",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}