Information about plays

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

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

{
    "id": 418089,
    "uri": "https://api.kexp.org/v2/plays/418089/?format=api",
    "airdate": "2001-04-25T11:17:08-07:00",
    "show": 6985,
    "show_uri": "https://api.kexp.org/v2/shows/6985/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BPTHMSH1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BPTHMSH1L._SL75_.jpg",
    "song": "Summer Babe (Winter Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "Slanted and Enchanted",
    "release_id": "6d6cec89-77e0-4808-9f4a-3e2e946ed4e3",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}