Information about plays

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

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

{
    "id": 414477,
    "uri": "https://api.kexp.org/v2/plays/414477/?format=api",
    "airdate": "2001-03-04T16:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/311gVPuP4EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/311gVPuP4EL._SL75_.jpg",
    "song": "Prettiest Whore",
    "track_id": "a4ac3b68-4a2a-4ee2-a03b-c16bde0645a0",
    "recording_id": null,
    "artist": "East River Pipe",
    "artist_ids": [
        "0e56780b-b99c-4078-a098-bba329db985d"
    ],
    "album": "Mel",
    "release_id": "d66d28ca-3cfd-491a-826a-8d7ceb10b50e",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}