Information about plays

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

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

{
    "id": 417296,
    "uri": "https://api.kexp.org/v2/plays/417296/?format=api",
    "airdate": "2001-04-23T03:00:00-07:00",
    "show": 6969,
    "show_uri": "https://api.kexp.org/v2/shows/6969/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AF9H42J1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AF9H42J1L._SL75_.jpg",
    "song": "Mogwai Fear Satan",
    "track_id": "1f596124-e0d9-44f6-bfd4-86bccac22d88",
    "recording_id": null,
    "artist": "Mogwai",
    "artist_ids": [
        "d700b3f5-45af-4d02-95ed-57d301bda93e"
    ],
    "album": "Young Team",
    "release_id": "02cfd10b-5070-4414-8033-f8b75dc1e538",
    "release_group_id": null,
    "labels": [
        "Labels"
    ],
    "label_ids": [
        "40ab4841-e93a-4557-a91f-d3fbe30e6af9"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}