Information about plays

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

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

{
    "id": 433232,
    "uri": "https://api.kexp.org/v2/plays/433232/?format=api",
    "airdate": "2001-06-10T12:56:15-07:00",
    "show": 7288,
    "show_uri": "https://api.kexp.org/v2/shows/7288/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61at6TTGtjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61at6TTGtjL._SL75_.jpg",
    "song": "Pipe Dreams",
    "track_id": "183c1734-5370-4907-8eb2-76bb754fe15c",
    "recording_id": null,
    "artist": "Travis",
    "artist_ids": [
        "22a40b75-affc-4e69-8884-266d087e4751"
    ],
    "album": "The Invisible Band",
    "release_id": "8c1269c3-c57c-4698-a07d-4024247d5a00",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}