Information about plays

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

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

{
    "id": 530710,
    "uri": "https://api.kexp.org/v2/plays/530710/?format=api",
    "airdate": "2002-03-24T19:00:00-08:00",
    "show": 9189,
    "show_uri": "https://api.kexp.org/v2/shows/9189/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HF9ZVH5PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HF9ZVH5PL._SL75_.jpg",
    "song": "No Equal",
    "track_id": "7ef50fbd-fc11-423c-a67e-e19b20c39be5",
    "recording_id": null,
    "artist": "The Beatnuts",
    "artist_ids": [
        "d833b812-02c3-45e7-997f-5058dca1801b"
    ],
    "album": "Intoxicated Demons: The EP",
    "release_id": "786766eb-1947-47ac-8e25-52f77acd7bce",
    "release_group_id": null,
    "labels": [
        "Relativity Records"
    ],
    "label_ids": [
        "2bfb17b6-95da-44f8-9cd2-9cc661083901"
    ],
    "release_date": "1993-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}