Information about plays

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

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

{
    "id": 419604,
    "uri": "https://api.kexp.org/v2/plays/419604/?format=api",
    "airdate": "2001-04-30T02:00:00-07:00",
    "show": 7018,
    "show_uri": "https://api.kexp.org/v2/shows/7018/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51u-HExrIjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51u-HExrIjL._SL75_.jpg",
    "song": "Specimen",
    "track_id": "efd72ed0-660f-4acb-aea5-11bff12cbccf",
    "recording_id": null,
    "artist": "Susperia",
    "artist_ids": [
        "89a95b27-f305-433e-a3ab-87cde4ffc1cc"
    ],
    "album": "Predominance",
    "release_id": "d553add7-4b6b-4436-bd78-111685e5c105",
    "release_group_id": null,
    "labels": [
        "Nuclear Blast America"
    ],
    "label_ids": [
        "ea3b46c1-f7cd-466c-9a26-23d55678b0f1"
    ],
    "release_date": "2001-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}