Information about plays

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

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

{
    "id": 416496,
    "uri": "https://api.kexp.org/v2/plays/416496/?format=api",
    "airdate": "2001-04-19T19:13:02-07:00",
    "show": 6950,
    "show_uri": "https://api.kexp.org/v2/shows/6950/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RGD2T306L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RGD2T306L._SL75_.jpg",
    "song": "My Life's Been a Pleasure",
    "track_id": "c63dfb0f-2017-4ca2-a36b-af99e94bbe31",
    "recording_id": null,
    "artist": "Hot Club of Cowtown",
    "artist_ids": [
        "7e7e9fe3-69d9-407e-b5d3-a4906ca73740"
    ],
    "album": "Dev'lish Mary",
    "release_id": "42c81f9b-72d1-4f8f-81cd-69737c99c1b9",
    "release_group_id": null,
    "labels": [
        "Hightone"
    ],
    "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"
}