Information about plays

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

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

{
    "id": 1375682,
    "uri": "https://api.kexp.org/v2/plays/1375682/?format=api",
    "airdate": "2008-05-18T18:31:00-07:00",
    "show": 24013,
    "show_uri": "https://api.kexp.org/v2/shows/24013/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ov1LnF3FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ov1LnF3FL._SL75_.jpg",
    "song": "Dollar",
    "track_id": "3581edd8-70ce-407b-ba24-868bff973cc0",
    "recording_id": null,
    "artist": "Scarface",
    "artist_ids": [
        "7d0b6027-8132-4417-8c4c-ef0bbf9161c0"
    ],
    "album": "Made",
    "release_id": "5f1c2618-0057-40a4-90c9-217d413150c6",
    "release_group_id": null,
    "labels": [
        "Rap-A-Lot Records"
    ],
    "label_ids": [
        "8d67c905-4145-42a7-86db-d3bf6e1aaf7d"
    ],
    "release_date": "2007-12-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}