Information about plays

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

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

{
    "id": 370310,
    "uri": "https://api.kexp.org/v2/plays/370310/?format=api",
    "airdate": "2019-08-21T08:23:15-07:00",
    "show": 6171,
    "show_uri": "https://api.kexp.org/v2/shows/6171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life in Laralay",
    "track_id": "b545f7de-e4be-4ba8-b5ca-34ffc3bf76ac",
    "recording_id": null,
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Express",
    "release_id": "09f49962-c0f0-4457-b589-053081f0a3cd",
    "release_group_id": null,
    "labels": [
        "Beggars Group"
    ],
    "label_ids": [
        "b111a130-0d4f-46a1-930e-306fa7785b10"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Love and Rockets were an English alternative rock band formed in 1985 by former Bauhaus members after that group split in 1983. They took their name from the comic book series Love and Rockets by the Hernandez brothers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}