Information about plays

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

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

{
    "id": 495152,
    "uri": "https://api.kexp.org/v2/plays/495152/?format=api",
    "airdate": "2001-12-10T02:06:00-08:00",
    "show": 8493,
    "show_uri": "https://api.kexp.org/v2/shows/8493/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417X7GFSEKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417X7GFSEKL._SL75_.jpg",
    "song": "Product of My Environment",
    "track_id": "a61be4c0-cdac-4761-ac89-f6fe53f9827f",
    "recording_id": null,
    "artist": "Circle Jerks",
    "artist_ids": [
        "22995eba-1238-4b4f-a937-ac2c5767ab9f"
    ],
    "album": "Golden Shower of Hits",
    "release_id": "dba3047a-22ae-4533-92f3-ad5d870f7df7",
    "release_group_id": null,
    "labels": [
        "Avenue"
    ],
    "label_ids": [
        "c38fff1d-6322-4047-88d1-6718c8bb6e0d"
    ],
    "release_date": "1992-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}