Information about plays

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

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

{
    "id": 1303286,
    "uri": "https://api.kexp.org/v2/plays/1303286/?format=api",
    "airdate": "2007-11-16T20:25:32-08:00",
    "show": 22798,
    "show_uri": "https://api.kexp.org/v2/shows/22798/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lnxvuwIUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lnxvuwIUL._SL75_.jpg",
    "song": "Let Her Know",
    "track_id": "f2424df6-03ce-4dce-b4f4-5a67417152b7",
    "recording_id": null,
    "artist": "Big Sandy & His Fly-Rite Boys",
    "artist_ids": [
        "1c862e9b-6ada-423a-a4b0-d43cce8e1b0e"
    ],
    "album": "Rockin' Big Sandy",
    "release_id": "d3d039ee-fc92-45e3-9bf3-1330bd4e9c95",
    "release_group_id": null,
    "labels": [
        "HighTone Records"
    ],
    "label_ids": [
        "9cbdb261-417e-4d9c-80b1-34961b70f48d"
    ],
    "release_date": "2004-04-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}