Information about plays

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

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

{
    "id": 452629,
    "uri": "https://api.kexp.org/v2/plays/452629/?format=api",
    "airdate": "2001-08-06T02:38:34-07:00",
    "show": 7659,
    "show_uri": "https://api.kexp.org/v2/shows/7659/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41EW5APHHZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41EW5APHHZL._SL75_.jpg",
    "song": "She's Got the Drugs",
    "track_id": "ec73945f-175c-4755-b45b-df23b61bd4e2",
    "recording_id": null,
    "artist": "Nashville Pussy",
    "artist_ids": [
        "45d29fa5-6e8e-4e40-a519-2217f332bcac"
    ],
    "album": "High as Hell",
    "release_id": "931f40d3-1d2f-40d7-8123-48d6845189f3",
    "release_group_id": null,
    "labels": [
        "TVT"
    ],
    "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"
}