Information about plays

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

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

{
    "id": 444327,
    "uri": "https://api.kexp.org/v2/plays/444327/?format=api",
    "airdate": "2001-07-12T10:28:14-07:00",
    "show": 7499,
    "show_uri": "https://api.kexp.org/v2/shows/7499/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41X77RWP7HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41X77RWP7HL._SL75_.jpg",
    "song": "The Revolution Will Not Be Televised",
    "track_id": "a5ff7f61-7ca9-4b1a-9fd8-b454af5dd00b",
    "recording_id": null,
    "artist": "Gil Scott-Heron",
    "artist_ids": [
        "b5b89643-c488-4f39-a302-25cab31084a5"
    ],
    "album": "The Best of Gil Scott-Heron",
    "release_id": "74e5edfd-a490-4420-b5b7-fad136dbbe2b",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}