Information about plays

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

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

{
    "id": 430699,
    "uri": "https://api.kexp.org/v2/plays/430699/?format=api",
    "airdate": "2001-06-02T17:26:40-07:00",
    "show": 7240,
    "show_uri": "https://api.kexp.org/v2/shows/7240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GZNJV5T2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GZNJV5T2L._SL75_.jpg",
    "song": "Nu skall vi gå i skogen (Now We Shall Go Into the Woods)",
    "track_id": "fc5eacb8-45a3-4e9e-85ae-e2d5cf0a2c4b",
    "recording_id": null,
    "artist": "Maria Kalaniemi and Sven Ahlbäck",
    "artist_ids": [
        "6b70d26f-753a-4bc5-b8bf-02e30ae7e03f"
    ],
    "album": "Airbow",
    "release_id": "8f6b70ac-9c10-4e29-9485-bbc1dac968fb",
    "release_group_id": null,
    "labels": [
        "NorthSide"
    ],
    "label_ids": [
        "73cedddb-51db-4820-a1e3-b5b030b486b5"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}