Information about plays

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

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

{
    "id": 514409,
    "uri": "https://api.kexp.org/v2/plays/514409/?format=api",
    "airdate": "2002-02-05T02:38:00-08:00",
    "show": 8870,
    "show_uri": "https://api.kexp.org/v2/shows/8870/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/213ZVGAVF1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/213ZVGAVF1L._SL75_.jpg",
    "song": "Cage Dead (version 2)",
    "track_id": "16fb867d-fee8-4623-bc53-196df1a0eead",
    "recording_id": null,
    "artist": "Penguin Cafe Orchestra",
    "artist_ids": [
        "4dfadf48-e15b-4fc2-a800-2b68702a72d5"
    ],
    "album": "Concert Program (disc 1)",
    "release_id": "d207f2b6-191f-4b0b-a3ef-aee95b12b38e",
    "release_group_id": null,
    "labels": [
        "Zopf"
    ],
    "label_ids": [
        "d99a9019-e406-4577-8575-133ea442b8ba"
    ],
    "release_date": "1995-07-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}