Information about plays

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

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

{
    "id": 434583,
    "uri": "https://api.kexp.org/v2/plays/434583/?format=api",
    "airdate": "2001-06-14T10:40:00-07:00",
    "show": 7314,
    "show_uri": "https://api.kexp.org/v2/shows/7314/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51P35X656KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51P35X656KL._SL75_.jpg",
    "song": "Calhoun Surf",
    "track_id": "1ab2239a-dfab-4954-9503-18f69556a4c7",
    "recording_id": null,
    "artist": "The Raybeats",
    "artist_ids": [
        "3eefc3e0-b839-4585-9f9a-2e8b5a1d0564"
    ],
    "album": "Guitar Beat",
    "release_id": "054cbec9-532f-4920-a5a0-37739778f365",
    "release_group_id": null,
    "labels": [
        "Bar/None"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}