Information about plays

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

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

{
    "id": 529790,
    "uri": "https://api.kexp.org/v2/plays/529790/?format=api",
    "airdate": "2002-03-21T22:54:00-08:00",
    "show": 9168,
    "show_uri": "https://api.kexp.org/v2/shows/9168/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31mw5PEdSjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31mw5PEdSjL._SL75_.jpg",
    "song": "Discp Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Ian Pooley",
    "artist_ids": [
        "2c68a581-5b3a-45b8-a0b1-39c40873277a"
    ],
    "album": "Meridian",
    "release_id": "100a1a37-7aa9-4525-8f41-8e44c1cd256c",
    "release_group_id": null,
    "labels": [
        "V2 Records International"
    ],
    "label_ids": [
        "947c12a1-cf28-4380-a695-a944ad15e387"
    ],
    "release_date": "1998-07-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}