Information about plays

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

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

{
    "id": 499768,
    "uri": "https://api.kexp.org/v2/plays/499768/?format=api",
    "airdate": "2001-12-23T23:36:00-08:00",
    "show": 8581,
    "show_uri": "https://api.kexp.org/v2/shows/8581/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BTt5tFJhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BTt5tFJhL._SL75_.jpg",
    "song": "Feelin' Lowdown",
    "track_id": "a490ede1-e90c-4f12-b71f-2ef3d0a9283b",
    "recording_id": null,
    "artist": "Andy Bey",
    "artist_ids": [
        "77493da4-d25b-4fa9-8ab7-bd73faf1c20e"
    ],
    "album": "Tuesdays in Chinatown",
    "release_id": "e6ecbdfa-f3f7-43c5-8aac-120d907585aa",
    "release_group_id": null,
    "labels": [
        "Ncoded"
    ],
    "label_ids": [],
    "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"
}