Information about plays

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

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

{
    "id": 444338,
    "uri": "https://api.kexp.org/v2/plays/444338/?format=api",
    "airdate": "2001-07-12T11:07:03-07:00",
    "show": 7499,
    "show_uri": "https://api.kexp.org/v2/shows/7499/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GCE80KHKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GCE80KHKL._SL75_.jpg",
    "song": "The New You",
    "track_id": "397959c0-9876-4ddb-86ec-23e94a0dbc27",
    "recording_id": null,
    "artist": "Departure Lounge",
    "artist_ids": [
        "f2b1da71-0888-4f6b-bda8-c9801d390dc4"
    ],
    "album": "...Out of There",
    "release_id": "b1ef581a-6c33-4ff3-9b65-e5b9ef360502",
    "release_group_id": null,
    "labels": [
        "Flydaddy"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}