Information about plays

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

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

{
    "id": 379495,
    "uri": "https://api.kexp.org/v2/plays/379495/?format=api",
    "airdate": "2019-09-11T09:29:00-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stand by Me",
    "track_id": "a2385c53-55bb-4b57-8a2b-316b978b192c",
    "recording_id": null,
    "artist": "Ben E. King",
    "artist_ids": [
        "837555ba-012e-45f1-9a9c-9628da13ee54"
    ],
    "album": "Stand by Me",
    "release_id": "b1c7533f-82bc-4798-964f-e2ce8aa31fe6",
    "release_group_id": null,
    "labels": [
        "Not Now Music Limited"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Whenever you're in trouble won't you stand by me...\" <br> </br> No matter how your night went, today is a new day and we're glad you're here.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}