Information about plays

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

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

{
    "id": 347168,
    "uri": "https://api.kexp.org/v2/plays/347168/?format=api",
    "airdate": "2019-06-27T21:38:00-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Got to Give It Up",
    "track_id": "76979d67-7a03-4d7a-9ac4-b2329687b6db",
    "recording_id": null,
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "Favorites",
    "release_id": "e66e2549-e6e1-48fe-b7f4-6f33af7ea3c9",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [],
    "release_date": "2008-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gaye wrote and produced \"Got to Give It Up\" with engineer/producer Art Stewart. It was originally a 12 minute song included as the final side of his 1977 live double album Marvin Gaye Live at the London Palladium. A single version was edited down to 4 minutes, and it topped the American Pop, R&B and Dance singles charts.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}