Information about plays

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

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

{
    "id": 511274,
    "uri": "https://api.kexp.org/v2/plays/511274/?format=api",
    "airdate": "2002-01-27T02:07:00-08:00",
    "show": 8810,
    "show_uri": "https://api.kexp.org/v2/shows/8810/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VSX9WEHZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VSX9WEHZL._SL75_.jpg",
    "song": "Loneliness House",
    "track_id": "a92c3c46-230e-44e6-b852-30b525cfb789",
    "recording_id": null,
    "artist": "Greg Brown",
    "artist_ids": [
        "8d5521d6-473d-4da0-b68d-553d4188619d"
    ],
    "album": "Slant 6 Mind",
    "release_id": "c83abec9-22bf-4d39-ba44-c688e056ab05",
    "release_group_id": null,
    "labels": [
        "Red House Records"
    ],
    "label_ids": [
        "19510254-e6f0-4fdb-943c-be14d386b8f4"
    ],
    "release_date": "1997-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}