Information about plays

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

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

{
    "id": 510854,
    "uri": "https://api.kexp.org/v2/plays/510854/?format=api",
    "airdate": "2002-01-25T19:00:00-08:00",
    "show": 8799,
    "show_uri": "https://api.kexp.org/v2/shows/8799/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514W7JvkYZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514W7JvkYZL._SL75_.jpg",
    "song": "One Potato",
    "track_id": "b0071b1a-685b-4011-9700-9e30696b8336",
    "recording_id": null,
    "artist": "The Elite",
    "artist_ids": [
        "00e6a3ec-86f7-4324-b9b5-1b424e98f837"
    ],
    "album": "Fort Worth Teen Scene, Volume One",
    "release_id": "e8967607-50ae-476b-88f1-a4ccf9a0fabd",
    "release_group_id": null,
    "labels": [
        "Norton Records"
    ],
    "label_ids": [
        "6eeb7660-66eb-4d58-b41e-107c5b858d4e"
    ],
    "release_date": "2004-08-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}