Information about plays

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

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

{
    "id": 352707,
    "uri": "https://api.kexp.org/v2/plays/352707/?format=api",
    "airdate": "2019-07-10T20:42:40-07:00",
    "show": 5877,
    "show_uri": "https://api.kexp.org/v2/shows/5877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mama Told Me (Not to Come)",
    "track_id": null,
    "recording_id": null,
    "artist": "Odetta",
    "artist_ids": [
        "e81906c6-cba2-44ec-9e39-29737754d809"
    ],
    "album": "Odetta Sings",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "adde0cb6-4535-47b8-9b10-f18cc0b466ae"
    ],
    "release_date": "1970-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Randy Newman tune ; this album also had her versions of songs by Elton John & Bernie Taupin, Paul McCartney, and Mick Jagger & Keith Richards ; some live footage when she was on The Johnny Cash Show in 1969: https://www.youtube.com/watch?v=4QLfG1QvGaE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}