Information about plays

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

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

{
    "id": 1308176,
    "uri": "https://api.kexp.org/v2/plays/1308176/?format=api",
    "airdate": "2007-11-29T10:38:28-08:00",
    "show": 22882,
    "show_uri": "https://api.kexp.org/v2/shows/22882/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31RGZEHMBGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31RGZEHMBGL._SL75_.jpg",
    "song": "Papa's Got a Brand New Bag",
    "track_id": "18b3198e-6277-402f-a743-de47ec288a06",
    "recording_id": null,
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "The Definitive Otis Redding (disc 4)",
    "release_id": "03204923-0c95-4274-8500-ee37cfc92cc6",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}