Information about plays

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

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

{
    "id": 415627,
    "uri": "https://api.kexp.org/v2/plays/415627/?format=api",
    "airdate": "2001-04-17T07:15:47-07:00",
    "show": 6935,
    "show_uri": "https://api.kexp.org/v2/shows/6935/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61atI9KFPfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61atI9KFPfL._SL75_.jpg",
    "song": "Ralph & Kathy",
    "track_id": "6a18e6b0-f1e7-4294-809b-3e2d4463f13e",
    "recording_id": null,
    "artist": "Alex Gopher",
    "artist_ids": [
        "ee1a6d4a-b1ff-46a8-acf2-af575424bda5"
    ],
    "album": "You, My Baby & I",
    "release_id": "0ed10d45-2725-4793-be24-99053f25b4b0",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "1999-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}