Information about plays

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

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

{
    "id": 510929,
    "uri": "https://api.kexp.org/v2/plays/510929/?format=api",
    "airdate": "2002-01-25T23:37:00-08:00",
    "show": 8800,
    "show_uri": "https://api.kexp.org/v2/shows/8800/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-TlqoxPrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-TlqoxPrL._SL75_.jpg",
    "song": "No Love Have I (feat. The Jordanaires)",
    "track_id": "0f5e85ca-aaa7-4fad-b380-31a28770375e",
    "recording_id": null,
    "artist": "Pam Tillis",
    "artist_ids": [
        "db1e68dc-7e8a-4e0e-aaea-2f1cda1ac360"
    ],
    "album": "Caught in the Webb: A Tribute to the Legendary Webb Pierce",
    "release_id": "cc8d2994-c185-48f2-a5fe-8eed2df967b9",
    "release_group_id": null,
    "labels": [
        "Audium"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}