Information about plays

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

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

{
    "id": 459881,
    "uri": "https://api.kexp.org/v2/plays/459881/?format=api",
    "airdate": "2001-08-27T00:00:00-07:00",
    "show": 7802,
    "show_uri": "https://api.kexp.org/v2/shows/7802/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512W8EJqj7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512W8EJqj7L._SL75_.jpg",
    "song": "Once Upon a Time in the West",
    "track_id": "9a80fd44-249f-4303-9c30-2b8a8ce22cd3",
    "recording_id": null,
    "artist": "John Zorn",
    "artist_ids": [
        "7ec4a553-73e5-4c0d-a071-a82b83a309e6"
    ],
    "album": "The Big Gundown: 15th Anniversary Edition",
    "release_id": "55ee7f3b-407e-4107-8e9e-789ec4ca2af3",
    "release_group_id": null,
    "labels": [
        "Icon Records/Atlantic"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}