Information about plays

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

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

{
    "id": 1195236,
    "uri": "https://api.kexp.org/v2/plays/1195236/?format=api",
    "airdate": "2007-02-10T11:20:00-08:00",
    "show": 20950,
    "show_uri": "https://api.kexp.org/v2/shows/20950/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516A56yiuwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516A56yiuwL._SL75_.jpg",
    "song": "Bring It",
    "track_id": "79c87fd4-4b5f-4fc6-9ec2-7df4fe331a4c",
    "recording_id": null,
    "artist": "Elephant Man",
    "artist_ids": [
        "cd5f7bd9-ee6f-4a99-8dd9-dc3afd9da736"
    ],
    "album": "Reggae Gold 2007",
    "release_id": "137ce028-58fb-4ce4-afab-3510a0af92b6",
    "release_group_id": null,
    "labels": [
        "40/40"
    ],
    "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"
}