Information about plays

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

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

{
    "id": 423658,
    "uri": "https://api.kexp.org/v2/plays/423658/?format=api",
    "airdate": "2001-05-12T02:30:00-07:00",
    "show": 7100,
    "show_uri": "https://api.kexp.org/v2/shows/7100/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21X7B8ERHEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21X7B8ERHEL._SL75_.jpg",
    "song": "Jetboy, Jet Girl",
    "track_id": null,
    "recording_id": null,
    "artist": "The Damned",
    "artist_ids": [
        "77d21c13-846f-4f48-9546-873949eff6ae"
    ],
    "album": "Eternally Damned: The Best of the Damned",
    "release_id": "ce6f222a-343e-49c2-a554-6c8d2d142165",
    "release_group_id": null,
    "labels": [
        "Emergo"
    ],
    "label_ids": [
        "55514f82-e443-47d7-ab84-8f4fe20130cf"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}