Information about plays

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

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

{
    "id": 497896,
    "uri": "https://api.kexp.org/v2/plays/497896/?format=api",
    "airdate": "2001-12-18T02:02:00-08:00",
    "show": 8545,
    "show_uri": "https://api.kexp.org/v2/shows/8545/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2122GKDJ8JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2122GKDJ8JL._SL75_.jpg",
    "song": "New Money Parade",
    "track_id": "5450335e-a666-4daf-b71f-3a1888401efc",
    "recording_id": null,
    "artist": "Nevada Bachelors",
    "artist_ids": [
        "c135e217-3242-40bd-a877-eb20cf3e380d"
    ],
    "album": "Carrots & So On",
    "release_id": "4850745b-028d-4a49-b316-6e9bbe2009f4",
    "release_group_id": null,
    "labels": [
        "Pop Llama"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}