Information about plays

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

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

{
    "id": 514414,
    "uri": "https://api.kexp.org/v2/plays/514414/?format=api",
    "airdate": "2002-02-05T03:00:00-08:00",
    "show": 8870,
    "show_uri": "https://api.kexp.org/v2/shows/8870/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61lWSsiKugL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61lWSsiKugL._SL75_.jpg",
    "song": "At Les",
    "track_id": "91f0f8b9-bcd3-4f07-b9db-3cbb9a0edc8e",
    "recording_id": null,
    "artist": "Carl Craig",
    "artist_ids": [
        "6732e9f3-5f24-4ba4-aef1-a2a49442b96b"
    ],
    "album": "More Songs About Food and Revolutionary Art",
    "release_id": "55f695ea-3514-4725-8f9d-3f8a109a7fee",
    "release_group_id": null,
    "labels": [
        "Planet E"
    ],
    "label_ids": [
        "a0fb31fd-1faa-42fd-9bbe-7da22b83a42e"
    ],
    "release_date": "1997-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}