Information about plays

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

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

{
    "id": 434763,
    "uri": "https://api.kexp.org/v2/plays/434763/?format=api",
    "airdate": "2001-06-14T20:57:08-07:00",
    "show": 7316,
    "show_uri": "https://api.kexp.org/v2/shows/7316/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NDVZ3CDEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NDVZ3CDEL._SL75_.jpg",
    "song": "Rose Marie (feat. The Kronos Quartet)",
    "track_id": "df400201-2f2e-430b-b762-607081ac5795",
    "recording_id": null,
    "artist": "Don Walser",
    "artist_ids": [
        "214f912d-56c2-4f34-8f3b-9b5cdbcee551"
    ],
    "album": "Down at the Sky-Vue Drive-In",
    "release_id": "c14dbe1c-bfaf-48a9-abbd-3ecfb545b213",
    "release_group_id": null,
    "labels": [
        "Watermelon Records"
    ],
    "label_ids": [
        "cf245a7f-46a9-432a-a792-6a21a23ec057"
    ],
    "release_date": "1998-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}