Information about plays

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

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

{
    "id": 345571,
    "uri": "https://api.kexp.org/v2/plays/345571/?format=api",
    "airdate": "2019-06-24T14:02:00-07:00",
    "show": 5763,
    "show_uri": "https://api.kexp.org/v2/shows/5763/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Malaguena",
    "track_id": null,
    "recording_id": null,
    "artist": "pico",
    "artist_ids": [
        "93f92301-e76e-4ce9-90ec-e0a19fddc57a"
    ],
    "album": "Knife + Heart: Official Movie Soundtrack",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "M83 Records"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featured on the soundtrack for the French film, \"Knife & Heart\" and is one of the 3 songs that are not performed by M83, who wrote the rest of the tracks for the film. The film itself was made and written by Yann Gonzalez, brother of M83.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}