Information about plays

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

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

{
    "id": 501436,
    "uri": "https://api.kexp.org/v2/plays/501436/?format=api",
    "airdate": "2001-12-28T19:00:00-08:00",
    "show": 8610,
    "show_uri": "https://api.kexp.org/v2/shows/8610/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OzPBmQ-aL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OzPBmQ-aL._SL75_.jpg",
    "song": "Pleated Pants",
    "track_id": "78008978-a47d-465b-869d-944b1628aaf8",
    "recording_id": null,
    "artist": "Memphis Rockabilly Band",
    "artist_ids": [
        "107b54dd-7052-4cac-84d4-0226afbad8ae"
    ],
    "album": "Blind Pig Records: 25th Anniversary Collection (disc 1)",
    "release_id": "64bfe2ec-c50a-4e0e-a91b-ece0e3c3ded3",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}