Information about plays

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

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

{
    "id": 414520,
    "uri": "https://api.kexp.org/v2/plays/414520/?format=api",
    "airdate": "2001-04-09T08:00:00-07:00",
    "show": 6911,
    "show_uri": "https://api.kexp.org/v2/shows/6911/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/46566",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/46567",
    "song": "The Thick and the Thin",
    "track_id": "ef36cc45-a29d-4ee8-947a-4616e911aba0",
    "recording_id": null,
    "artist": "Idaho",
    "artist_ids": [
        "8b7480fd-4a90-4ada-b8d2-8061307f49c0"
    ],
    "album": "The Forbidden EP / Alas",
    "release_id": "c2d9f23a-622a-484d-a2bf-77b7a8ab9aab",
    "release_group_id": null,
    "labels": [
        "Buzz"
    ],
    "label_ids": [
        "6e85df76-a4d9-410c-885f-9877188fb243"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}