Information about plays

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

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

{
    "id": 454076,
    "uri": "https://api.kexp.org/v2/plays/454076/?format=api",
    "airdate": "2001-08-10T02:53:20-07:00",
    "show": 7683,
    "show_uri": "https://api.kexp.org/v2/shows/7683/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YYM1NCJFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YYM1NCJFL._SL75_.jpg",
    "song": "Fuck Hollywood",
    "track_id": "d5c8fe29-20df-4b8b-a2e8-b7438ac46957",
    "recording_id": null,
    "artist": "Quasi",
    "artist_ids": [
        "3df29542-402a-49a5-ae1f-82f936184b3b"
    ],
    "album": "The Sword of God",
    "release_id": "3a8449c9-5a77-4b70-8f73-260641f207ce",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2001-08-21",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}