Information about plays

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

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

{
    "id": 416936,
    "uri": "https://api.kexp.org/v2/plays/416936/?format=api",
    "airdate": "2001-04-21T01:54:32-07:00",
    "show": 6958,
    "show_uri": "https://api.kexp.org/v2/shows/6958/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41zgW5jDk8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41zgW5jDk8L._SL75_.jpg",
    "song": "Ackrite",
    "track_id": "7f1fe9fa-170f-4489-8b0b-448631a27737",
    "recording_id": null,
    "artist": "Dr. Dre",
    "artist_ids": [
        "5f6ab597-f57a-40da-be9e-adad48708203"
    ],
    "album": "2001",
    "release_id": "db4baedf-bfe1-4e04-b359-99761f1b3deb",
    "release_group_id": null,
    "labels": [
        "Aftermath Entertainment"
    ],
    "label_ids": [
        "c0629488-2aa2-4b46-9de8-decb27147444"
    ],
    "release_date": "1999-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}