Information about plays

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

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

{
    "id": 426623,
    "uri": "https://api.kexp.org/v2/plays/426623/?format=api",
    "airdate": "2001-05-21T16:04:00-07:00",
    "show": 7163,
    "show_uri": "https://api.kexp.org/v2/shows/7163/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11W0EDCY8VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11W0EDCY8VL._SL75_.jpg",
    "song": "Tacos De Pescado",
    "track_id": "8f39638a-635f-4087-99f4-601230503e86",
    "recording_id": null,
    "artist": "Rick \"L.A. Holmes\" Holmstrom",
    "artist_ids": [
        "a7a085e6-e904-4dd0-8177-56218263415e"
    ],
    "album": "Lookout!",
    "release_id": "68f7aec4-52f3-44b9-897f-31114a9efee4",
    "release_group_id": null,
    "labels": [
        "Black Top Records"
    ],
    "label_ids": [
        "a41c3523-455e-4435-b86f-3537010d9d94"
    ],
    "release_date": "1996-01-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}