Information about plays

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

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

{
    "id": 495773,
    "uri": "https://api.kexp.org/v2/plays/495773/?format=api",
    "airdate": "2001-12-11T20:34:00-08:00",
    "show": 8503,
    "show_uri": "https://api.kexp.org/v2/shows/8503/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ct7lIV2QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ct7lIV2QL._SL75_.jpg",
    "song": "La Linea",
    "track_id": "aac21c12-906b-466f-bec9-0483cc57df84",
    "recording_id": null,
    "artist": "Lila Downs",
    "artist_ids": [
        "ad29ae1c-2eda-4071-9dc8-31910e7e546c"
    ],
    "album": "Border: La linea",
    "release_id": "16ea84df-05e0-483a-8c89-e302afde0c56",
    "release_group_id": null,
    "labels": [
        "Narada World"
    ],
    "label_ids": [
        "27bca0bb-93a3-403c-9cbd-1972ef442559"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}