Information about plays

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

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

{
    "id": 379494,
    "uri": "https://api.kexp.org/v2/plays/379494/?format=api",
    "airdate": "2019-09-11T09:25:04-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "http://coverartarchive.org/release/e0c9b4d8-4cb1-44b0-987a-17b6e5cf92fd/23717768654-250.jpg",
    "thumbnail_uri": "",
    "song": "You'll Never Walk Alone",
    "track_id": "14ab8c0a-c7a2-3ce9-b2f1-24e9d491f9d3",
    "recording_id": null,
    "artist": "Ray Charles",
    "artist_ids": [
        "2ce02909-598b-44ef-a456-151ba0a3bd70"
    ],
    "album": "Ingredients in a Recipe for Soul / Have a Smile With Me",
    "release_id": "e0c9b4d8-4cb1-44b0-987a-17b6e5cf92fd",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1997-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"With hope in your heart / And you'll never walk alone / You'll never walk alone\" <br> </br> You are not alone.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}