Information about plays

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

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

{
    "id": 1195527,
    "uri": "https://api.kexp.org/v2/plays/1195527/?format=api",
    "airdate": "2007-02-11T03:39:03-08:00",
    "show": 20956,
    "show_uri": "https://api.kexp.org/v2/shows/20956/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51yZ9auThgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51yZ9auThgL._SL75_.jpg",
    "song": "Little Pieces",
    "track_id": "e99c9c96-ae2b-433b-ab36-6b191c407968",
    "recording_id": null,
    "artist": "Seafood",
    "artist_ids": [
        "dccf1cc6-cda8-49d5-b2c7-3bf7344bf143"
    ],
    "album": "Paper Crown King",
    "release_id": "0bc6350c-876d-40b9-8329-f7b1599a987e",
    "release_group_id": null,
    "labels": [
        "Cooking Vinyl"
    ],
    "label_ids": [
        "10a8a55b-fe80-4df6-978e-fc0548dc04b6"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}