Information about plays

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

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

{
    "id": 1394102,
    "uri": "https://api.kexp.org/v2/plays/1394102/?format=api",
    "airdate": "2008-07-05T22:26:30-07:00",
    "show": 24328,
    "show_uri": "https://api.kexp.org/v2/shows/24328/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41W6Z6CZ2ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41W6Z6CZ2ZL._SL75_.jpg",
    "song": "Not Superstitious",
    "track_id": "443e4e48-a391-4b32-b132-84483b385973",
    "recording_id": null,
    "artist": "Leatherface",
    "artist_ids": [
        "25d9ce8e-72f7-4250-b992-f1fb8f29917f"
    ],
    "album": "Mush",
    "release_id": "ff418f1f-2f26-4a3f-9bfe-f73a26418d8f",
    "release_group_id": null,
    "labels": [
        "Roughneck Recording Company"
    ],
    "label_ids": [
        "e61eac1d-c06d-4764-ad83-ed574050755b"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}