Information about plays

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

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

{
    "id": 508646,
    "uri": "https://api.kexp.org/v2/plays/508646/?format=api",
    "airdate": "2002-01-19T05:55:00-08:00",
    "show": 8753,
    "show_uri": "https://api.kexp.org/v2/shows/8753/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51X19zFRXZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51X19zFRXZL._SL75_.jpg",
    "song": "Lazy Hip",
    "track_id": "f281a9c6-0171-414f-94df-ddd57f01439f",
    "recording_id": null,
    "artist": "Live Human",
    "artist_ids": [
        "73ca0957-ccf4-4365-8616-fe69e4813d84"
    ],
    "album": "Elefish Jellyphant",
    "release_id": "1d76a368-8698-47a2-b58d-bb1633b062b4",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2000-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}