Information about plays

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

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

{
    "id": 423116,
    "uri": "https://api.kexp.org/v2/plays/423116/?format=api",
    "airdate": "2001-05-10T14:00:00-07:00",
    "show": 7091,
    "show_uri": "https://api.kexp.org/v2/shows/7091/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61SmLKUf0cL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61SmLKUf0cL._SL75_.jpg",
    "song": "Hit & Run Holiday",
    "track_id": "4e15bf7c-ccc8-4267-9f96-a72887569b49",
    "recording_id": null,
    "artist": "My Life With the Thrill Kill Kult",
    "artist_ids": [
        "07934e8f-f079-4645-a984-4a529504d79c"
    ],
    "album": "Hit & Run Holiday",
    "release_id": "4be3f35e-eb79-4da5-b41c-d903ba31d59f",
    "release_group_id": null,
    "labels": [
        "Interscope"
    ],
    "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"
}