Information about plays

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

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

{
    "id": 430010,
    "uri": "https://api.kexp.org/v2/plays/430010/?format=api",
    "airdate": "2001-05-31T15:41:15-07:00",
    "show": 7227,
    "show_uri": "https://api.kexp.org/v2/shows/7227/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Yi4gxqXOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Yi4gxqXOL._SL75_.jpg",
    "song": "The Pressure",
    "track_id": null,
    "recording_id": null,
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "Beats, Rhymes and Life",
    "release_id": "c468c577-d087-4f6e-925e-180b0dddf269",
    "release_group_id": null,
    "labels": [
        "Zomba"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}