Information about plays

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

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

{
    "id": 506515,
    "uri": "https://api.kexp.org/v2/plays/506515/?format=api",
    "airdate": "2002-01-13T04:05:00-08:00",
    "show": 8715,
    "show_uri": "https://api.kexp.org/v2/shows/8715/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51W87H0DWAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51W87H0DWAL._SL75_.jpg",
    "song": "Thunderhead",
    "track_id": "e364f6a8-176b-48f4-9257-133cf0da0894",
    "recording_id": null,
    "artist": "The Ghastly Ones",
    "artist_ids": [
        "e27e789b-bd86-49dd-baa7-7d7ee51e16df"
    ],
    "album": "A-Haunting We Will Go-Go",
    "release_id": "4a51c18f-925d-48cd-a452-ec83caea81a4",
    "release_group_id": null,
    "labels": [
        "Zombie A Go-Go"
    ],
    "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"
}