Information about plays

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

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

{
    "id": 487859,
    "uri": "https://api.kexp.org/v2/plays/487859/?format=api",
    "airdate": "2001-11-18T11:36:00-08:00",
    "show": 8349,
    "show_uri": "https://api.kexp.org/v2/shows/8349/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51D7OUDAnUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51D7OUDAnUL._SL75_.jpg",
    "song": "Skinny Woman",
    "track_id": "4a662eb8-2bd6-46fe-9ab3-ca2f78d1c7a7",
    "recording_id": null,
    "artist": "R.L. Burnside",
    "artist_ids": [
        "355eed00-6c40-4d33-940a-600b2597407a"
    ],
    "album": "Burnside on Burnside",
    "release_id": "0d333ec0-3591-483a-93f2-3cd9219fb127",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2001-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}