Information about plays

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

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

{
    "id": 1303494,
    "uri": "https://api.kexp.org/v2/plays/1303494/?format=api",
    "airdate": "2007-11-17T10:58:00-08:00",
    "show": 22802,
    "show_uri": "https://api.kexp.org/v2/shows/22802/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61krZybxuFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61krZybxuFL._SL75_.jpg",
    "song": "All Night (feat. Stephen Marley)",
    "track_id": "aae0989e-e26a-405a-a2ef-37a600f7fb91",
    "recording_id": null,
    "artist": "Damian Marley",
    "artist_ids": [
        "cbfb9bcd-c5a0-4d7c-865f-2c641c171e1c"
    ],
    "album": "Welcome to Jamrock",
    "release_id": "9941d131-dcc3-4f92-b550-0074aabbb639",
    "release_group_id": null,
    "labels": [
        "Ghetto Arc/XL"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}