Information about plays

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

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

{
    "id": 532266,
    "uri": "https://api.kexp.org/v2/plays/532266/?format=api",
    "airdate": "2002-03-28T19:26:42-08:00",
    "show": 9214,
    "show_uri": "https://api.kexp.org/v2/shows/9214/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51boOI46LJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51boOI46LJL._SL75_.jpg",
    "song": "Bubbles in My Beer",
    "track_id": "ed58c3de-4a96-4238-8ca0-1d9df3f0f227",
    "recording_id": null,
    "artist": "Ray Price",
    "artist_ids": [
        "c91823bc-3074-48f7-b6fe-ccda9310d2f5"
    ],
    "album": "San Antonio Rose: A Tribute to the Great Bob Wills",
    "release_id": "4e9a8fe0-fef5-48a4-b686-835abb1079a8",
    "release_group_id": null,
    "labels": [
        "Koch"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}