Information about plays

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

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

{
    "id": 442681,
    "uri": "https://api.kexp.org/v2/plays/442681/?format=api",
    "airdate": "2001-07-07T19:18:45-07:00",
    "show": 7470,
    "show_uri": "https://api.kexp.org/v2/shows/7470/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11JDTCB8JFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11JDTCB8JFL._SL75_.jpg",
    "song": "Unde",
    "track_id": "5e6de594-23f4-4945-9a6d-799e51448a21",
    "recording_id": null,
    "artist": "Schema",
    "artist_ids": [
        "88300dbe-c0b6-45e9-9544-51e47a624e79"
    ],
    "album": "Schema",
    "release_id": "65c28c58-932e-448e-8770-f33e3887dd22",
    "release_group_id": null,
    "labels": [
        "5RC"
    ],
    "label_ids": [],
    "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"
}