Information about plays

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

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

{
    "id": 379500,
    "uri": "https://api.kexp.org/v2/plays/379500/?format=api",
    "airdate": "2019-09-11T09:43:00-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dirty Blvd.",
    "track_id": "c23fce3d-8408-4f96-bdc3-1813599d5457",
    "recording_id": null,
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "New York",
    "release_id": "fde40596-67ee-45fe-9788-c8555c034c78",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "1989-01-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I want to fly away...\" \nhttps://www.youtube.com/watch?v=ZH96BsL1R3U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}