Information about plays

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

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

{
    "id": 423746,
    "uri": "https://api.kexp.org/v2/plays/423746/?format=api",
    "airdate": "2001-05-12T14:49:24-07:00",
    "show": 7102,
    "show_uri": "https://api.kexp.org/v2/shows/7102/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/211VK060NQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/211VK060NQL._SL75_.jpg",
    "song": "Kidney Bingos",
    "track_id": null,
    "recording_id": null,
    "artist": "Wire ",
    "artist_ids": [
        "7f2a8098-50e3-451c-8696-c5d9f64f4762"
    ],
    "album": "A Bell Is a Cup Until It Is Struck",
    "release_id": "9ab183d5-5eb3-4295-a037-e8b57bef8bfb",
    "release_group_id": null,
    "labels": [
        "Enigma Records"
    ],
    "label_ids": [
        "d6f7f7c6-dbcf-4647-b370-b06a3b645d3d"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}