Information about plays

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

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

{
    "id": 454925,
    "uri": "https://api.kexp.org/v2/plays/454925/?format=api",
    "airdate": "2001-08-12T17:35:17-07:00",
    "show": 7701,
    "show_uri": "https://api.kexp.org/v2/shows/7701/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31132FVDC6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31132FVDC6L._SL75_.jpg",
    "song": "Eyen",
    "track_id": "776ce1b8-ae42-46fe-bcdc-e4656f777d6c",
    "recording_id": null,
    "artist": "Plaid",
    "artist_ids": [
        "7e54d133-2525-4bc0-ae94-65584145a386"
    ],
    "album": "Double Figure",
    "release_id": "768b1c76-6c1c-4720-9100-0cbece176269",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2001-05-28",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}