Information about plays

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

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

{
    "id": 508526,
    "uri": "https://api.kexp.org/v2/plays/508526/?format=api",
    "airdate": "2002-01-18T21:02:00-08:00",
    "show": 8752,
    "show_uri": "https://api.kexp.org/v2/shows/8752/?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": "Crimson and Clover",
    "track_id": "33a774d4-6013-47b2-bacb-a2ab61bf133c",
    "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"
}