Information about plays

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

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

{
    "id": 489932,
    "uri": "https://api.kexp.org/v2/plays/489932/?format=api",
    "airdate": "2001-11-24T11:19:17-08:00",
    "show": 8387,
    "show_uri": "https://api.kexp.org/v2/shows/8387/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DXZQQHRJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DXZQQHRJL._SL75_.jpg",
    "song": "The Return",
    "track_id": "d24cf93c-77b0-401e-82a8-8bace4db89d6",
    "recording_id": null,
    "artist": "Cutty Ranks",
    "artist_ids": [
        "0372006b-dcf8-4fb9-8694-d5ea3d2540f0"
    ],
    "album": "Six Million Ways to Die",
    "release_id": "8ad3b65a-1b53-44bc-a6bc-5a55d7cb0e2f",
    "release_group_id": null,
    "labels": [
        "Platinum"
    ],
    "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"
}