Information about plays

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

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

{
    "id": 483372,
    "uri": "https://api.kexp.org/v2/plays/483372/?format=api",
    "airdate": "2001-11-04T02:36:55-08:00",
    "show": 8256,
    "show_uri": "https://api.kexp.org/v2/shows/8256/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How To Bring A Blush To the Snow",
    "track_id": null,
    "recording_id": null,
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Victoria Land",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "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"
}