Information about plays

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

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

{
    "id": 501315,
    "uri": "https://api.kexp.org/v2/plays/501315/?format=api",
    "airdate": "2001-12-28T11:53:00-08:00",
    "show": 8608,
    "show_uri": "https://api.kexp.org/v2/shows/8608/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21CTC5Y64KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21CTC5Y64KL._SL75_.jpg",
    "song": "Johnnie Billie Goat",
    "track_id": "be849f0b-01f5-4d0f-aa02-058d1de918db",
    "recording_id": null,
    "artist": "Boozoo Chavis",
    "artist_ids": [
        "f10aa2b0-47c8-44a0-83a5-a93d61ef5c63"
    ],
    "album": "Zydeco Homebrew",
    "release_id": "85208870-0bfe-4f52-a2d1-c0c2026046e5",
    "release_group_id": null,
    "labels": [
        "Maison de Soul"
    ],
    "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"
}