Information about plays

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

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

{
    "id": 495341,
    "uri": "https://api.kexp.org/v2/plays/495341/?format=api",
    "airdate": "2001-12-10T17:00:00-08:00",
    "show": 8496,
    "show_uri": "https://api.kexp.org/v2/shows/8496/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31EAF4G2PCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31EAF4G2PCL._SL75_.jpg",
    "song": "Elvis Is Everywhere",
    "track_id": "306d01f8-e7bc-436e-9212-e7447ff46440",
    "recording_id": null,
    "artist": "Mojo Nixon and Skid Roper",
    "artist_ids": [
        "5c6635fe-35c2-475f-9997-d84a140882c4"
    ],
    "album": "Bo-Day-Shus!!!",
    "release_id": "60dcb9cc-3ffb-4730-bcdc-8b5e3a209fb1",
    "release_group_id": null,
    "labels": [
        "enigma"
    ],
    "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"
}