Information about plays

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

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

{
    "id": 520244,
    "uri": "https://api.kexp.org/v2/plays/520244/?format=api",
    "airdate": "2002-02-21T19:20:00-08:00",
    "show": 8978,
    "show_uri": "https://api.kexp.org/v2/shows/8978/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51H8K5aGvXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51H8K5aGvXL._SL75_.jpg",
    "song": "Lonesome, On'ry and Mean",
    "track_id": "c4e0c7c1-9e42-4546-a861-3ba87dfa713b",
    "recording_id": null,
    "artist": "Waylon Jennings",
    "artist_ids": [
        "1a46826b-4d73-4e04-8590-f36c9d832f9e"
    ],
    "album": "Greatest Hits",
    "release_id": "e19afc80-70c9-4b07-83d7-1bbdb611eb08",
    "release_group_id": null,
    "labels": [
        "RCA LP"
    ],
    "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"
}