Information about plays

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

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

{
    "id": 422022,
    "uri": "https://api.kexp.org/v2/plays/422022/?format=api",
    "airdate": "2001-05-07T11:52:00-07:00",
    "show": 7071,
    "show_uri": "https://api.kexp.org/v2/shows/7071/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61J0fdbL11L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61J0fdbL11L._SL75_.jpg",
    "song": "Kilroy",
    "track_id": "e0311b7c-2bcb-4948-8e05-d0a803fafbbc",
    "recording_id": null,
    "artist": "Two Dollar Guitar",
    "artist_ids": [
        "1e65faae-99a8-4a95-bec8-02080015da8f"
    ],
    "album": "Weak Beats and Lame-ass Rhymes",
    "release_id": "1639b7eb-9093-415b-8eab-50ed2f5240c0",
    "release_group_id": null,
    "labels": [
        "Smells Like Records"
    ],
    "label_ids": [
        "ae9ddfd9-5c54-45f7-88a3-c1af57e2ac93"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}