Information about plays

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

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

{
    "id": 421221,
    "uri": "https://api.kexp.org/v2/plays/421221/?format=api",
    "airdate": "2001-05-04T17:20:00-07:00",
    "show": 7050,
    "show_uri": "https://api.kexp.org/v2/shows/7050/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rGgpCChEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rGgpCChEL._SL75_.jpg",
    "song": "The Swimming Pool",
    "track_id": null,
    "recording_id": null,
    "artist": "Zeb",
    "artist_ids": [
        "d28221cf-b010-42ef-b601-922958ba0a8d"
    ],
    "album": "Jesterized",
    "release_id": "03dd798f-39ab-48b5-b3f0-af57ef7bb46c",
    "release_group_id": null,
    "labels": [
        "Irma Records"
    ],
    "label_ids": [
        "57f29d0a-c61e-4c53-813d-b339718e4ebe"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}