Information about plays

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

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

{
    "id": 421886,
    "uri": "https://api.kexp.org/v2/plays/421886/?format=api",
    "airdate": "2001-05-07T02:08:00-07:00",
    "show": 7067,
    "show_uri": "https://api.kexp.org/v2/shows/7067/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ADHZ5987L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ADHZ5987L._SL75_.jpg",
    "song": "Love Is Pain",
    "track_id": "4819edcc-f10c-4f0c-a162-b2ed41f9bced",
    "recording_id": null,
    "artist": "Joan Jett and the Blackhearts",
    "artist_ids": [
        "46e63d3b-d91b-4791-bb73-e9f638a45ea0"
    ],
    "album": "I Love Rock 'n' Roll",
    "release_id": "60ce0ab0-164a-45c3-bb82-d94d74679da6",
    "release_group_id": null,
    "labels": [
        "Blackheart Records"
    ],
    "label_ids": [
        "1bc7ca07-369f-4408-953f-72b5a3230900"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}