Information about plays

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

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

{
    "id": 377652,
    "uri": "https://api.kexp.org/v2/plays/377652/?format=api",
    "airdate": "2019-09-06T19:47:00-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tríptico",
    "track_id": "8e955bf7-0ce5-3cee-b11d-4fe185bab5a3",
    "recording_id": null,
    "artist": "Gotan Project",
    "artist_ids": [
        "66cc244d-6f96-4668-a6e9-0f9cd5acc940"
    ],
    "album": "La Revancha del Tango",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "¡Ya Basta! Records"
    ],
    "label_ids": [
        "ed97fee0-3094-4031-ba45-5ba09a91e630"
    ],
    "release_date": "2001-11-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From France with members from both Europe and Argentina. http://www.gotanproject.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}