Information about plays

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

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

{
    "id": 370517,
    "uri": "https://api.kexp.org/v2/plays/370517/?format=api",
    "airdate": "2019-08-21T18:09:40-07:00",
    "show": 6174,
    "show_uri": "https://api.kexp.org/v2/shows/6174/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm So Glad, I'm So Proud",
    "track_id": null,
    "recording_id": null,
    "artist": "Link Wray",
    "artist_ids": [
        "1c1c86a2-7850-47ac-8771-ae6359bae2b7"
    ],
    "album": "Beans and Fatback",
    "release_id": "707760d0-4e96-4899-b3ee-4fa45a5d2e12",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The recent film \"Rumble: The Indians Who Rocked the World,\" was named for Link's song and features him and other important Native America / First Nation Canadian musicians: https://www.rumblethemovie.com ; http://www.pbs.org/independentlens/films/rumble ; http://www.linkwray.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}