Information about plays

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

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

{
    "id": 426045,
    "uri": "https://api.kexp.org/v2/plays/426045/?format=api",
    "airdate": "2001-05-19T13:56:28-07:00",
    "show": 7148,
    "show_uri": "https://api.kexp.org/v2/shows/7148/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512ELOiQACL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512ELOiQACL._SL75_.jpg",
    "song": "Who Throwed Lye on My Dog",
    "track_id": "0d2d16ec-c37c-46f2-a46a-1da0ee196d3e",
    "recording_id": null,
    "artist": "The Horse Flies",
    "artist_ids": [
        "5b0c5989-e49c-41a1-a0dc-3586e2cacd4b"
    ],
    "album": "Human Fly",
    "release_id": "fa271f73-b2b1-4098-988c-5e661a3c6194",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}