Information about plays

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

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

{
    "id": 355697,
    "uri": "https://api.kexp.org/v2/plays/355697/?format=api",
    "airdate": "2019-07-17T19:02:15-07:00",
    "show": 5927,
    "show_uri": "https://api.kexp.org/v2/shows/5927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La De Da",
    "track_id": "654ef69d-8b6b-3e9f-8f2f-8810a26b9d7d",
    "recording_id": null,
    "artist": "Link Wray",
    "artist_ids": [
        "1c1c86a2-7850-47ac-8771-ae6359bae2b7"
    ],
    "album": "Link Wray",
    "release_id": "7b757122-0e69-44bf-9909-39e309bb7132",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you missed the film \"Rumble: The Indians Who Rocked the World,\" named for Link's song, it's well worth finding out there and watching: https://www.rumblethemovie.com/home ; http://www.pbs.org/independentlens/films/rumble ; http://www.linkwray.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}