Information about plays

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

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

{
    "id": 440475,
    "uri": "https://api.kexp.org/v2/plays/440475/?format=api",
    "airdate": "2001-07-01T14:45:00-07:00",
    "show": 7429,
    "show_uri": "https://api.kexp.org/v2/shows/7429/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Q8KVM6A3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Q8KVM6A3L._SL75_.jpg",
    "song": "Keep On Truckin' (Part 1)",
    "track_id": "221cc2bb-d131-4f0a-b7ba-6493f85ce331",
    "recording_id": null,
    "artist": "Eddie Kendricks",
    "artist_ids": [
        "cf3ea6e9-c856-4737-a988-6b64cc9f2bf2"
    ],
    "album": "In Yo' Face! The History of Funk, Volume 1",
    "release_id": "aa0dd8b1-369d-4f87-97ff-bbaee7834930",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}