Information about plays

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

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

{
    "id": 1378358,
    "uri": "https://api.kexp.org/v2/plays/1378358/?format=api",
    "airdate": "2008-05-25T09:42:00-07:00",
    "show": 24056,
    "show_uri": "https://api.kexp.org/v2/shows/24056/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/617GxSJn0DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/617GxSJn0DL._SL75_.jpg",
    "song": "Let Me Love You Baby",
    "track_id": "7969b6d0-43aa-4a74-8081-d363f97d57f4",
    "recording_id": null,
    "artist": "Koko Taylor",
    "artist_ids": [
        "9ebffe22-c6e0-49bc-a6c2-f79a97bc38b3"
    ],
    "album": "What It Takes: The Chess Years",
    "release_id": "e052efd9-928f-4476-a3ef-e7351ee428c1",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "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"
}