Information about plays

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

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

{
    "id": 1386122,
    "uri": "https://api.kexp.org/v2/plays/1386122/?format=api",
    "airdate": "2008-06-16T01:06:00-07:00",
    "show": 24199,
    "show_uri": "https://api.kexp.org/v2/shows/24199/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51v-Qbf8-dL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51v-Qbf8-dL._SL75_.jpg",
    "song": "Nefertiti",
    "track_id": null,
    "recording_id": null,
    "artist": "Conrad Herwig",
    "artist_ids": [
        "b80c1c3b-7b22-443b-9e10-c2742b9af7f2"
    ],
    "album": "The Latin Side of Wayne Shorter",
    "release_id": "b0c14e37-cde7-4b59-bd91-4acec0704f4c",
    "release_group_id": null,
    "labels": [
        "Half Note Records"
    ],
    "label_ids": [
        "1ec4bc7e-d802-4acb-a49f-809f15a6b332"
    ],
    "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"
}