Information about plays

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

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

{
    "id": 449888,
    "uri": "https://api.kexp.org/v2/plays/449888/?format=api",
    "airdate": "2001-07-28T21:33:45-07:00",
    "show": 7606,
    "show_uri": "https://api.kexp.org/v2/shows/7606/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fluid (Out of body ",
    "track_id": null,
    "recording_id": null,
    "artist": "Nitin Sawhney",
    "artist_ids": [
        "bc3d74c5-9328-4a1b-8014-3ecdb3dababe"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hydra"
    ],
    "label_ids": [
        "67e10cd0-ab1b-4f75-858b-8676cb3e5ca9"
    ],
    "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"
}