Information about plays

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

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

{
    "id": 1316600,
    "uri": "https://api.kexp.org/v2/plays/1316600/?format=api",
    "airdate": "2007-12-20T20:30:54-08:00",
    "show": 23022,
    "show_uri": "https://api.kexp.org/v2/shows/23022/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gsQtnUevL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gsQtnUevL._SL75_.jpg",
    "song": "Honky Tonk Queen",
    "track_id": null,
    "recording_id": null,
    "artist": "Big Sandy & His Fly-Rite Boys",
    "artist_ids": [
        "1c862e9b-6ada-423a-a4b0-d43cce8e1b0e"
    ],
    "album": "Jumping From 6 To 6",
    "release_id": "0a277644-4ba9-4841-8ac7-cf95d27ae115",
    "release_group_id": null,
    "labels": [
        "HighTone Records"
    ],
    "label_ids": [
        "9cbdb261-417e-4d9c-80b1-34961b70f48d"
    ],
    "release_date": "1994-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}