Information about plays

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

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

{
    "id": 416746,
    "uri": "https://api.kexp.org/v2/plays/416746/?format=api",
    "airdate": "2001-04-20T14:08:00-07:00",
    "show": 6955,
    "show_uri": "https://api.kexp.org/v2/shows/6955/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RZ3ZZH0CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RZ3ZZH0CL._SL75_.jpg",
    "song": "The Sea",
    "track_id": null,
    "recording_id": null,
    "artist": "Morcheeba",
    "artist_ids": [
        "067102ea-9519-4622-9077-57ca4164cfbb"
    ],
    "album": "Big Calm",
    "release_id": "7c441e5d-2cc8-4dd9-b0fb-29f6769e7706",
    "release_group_id": null,
    "labels": [
        "China Records"
    ],
    "label_ids": [
        "e6cefa22-1847-4b51-b371-079d1899aa79"
    ],
    "release_date": "1998-03-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}