Information about plays

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

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

{
    "id": 505893,
    "uri": "https://api.kexp.org/v2/plays/505893/?format=api",
    "airdate": "2002-01-11T02:26:00-08:00",
    "show": 8700,
    "show_uri": "https://api.kexp.org/v2/shows/8700/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZYZ05TFQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZYZ05TFQL._SL75_.jpg",
    "song": "Tidal Wave",
    "track_id": "8c2a29d3-e477-42ce-a2c1-4fb5b4599ea3",
    "recording_id": null,
    "artist": "The Sugarcubes",
    "artist_ids": [
        "95303251-46d5-4239-89c8-eaf0b0947a11"
    ],
    "album": "Here Today, Tomorrow Next Week!",
    "release_id": "1768ab97-8e3c-43aa-90db-ecd99218fdc0",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}