Information about plays

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

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

{
    "id": 1278033,
    "uri": "https://api.kexp.org/v2/plays/1278033/?format=api",
    "airdate": "2007-09-11T19:52:25-07:00",
    "show": 22368,
    "show_uri": "https://api.kexp.org/v2/shows/22368/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BFgqXYl%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BFgqXYl%2BL._SL75_.jpg",
    "song": "Assise",
    "track_id": "fc2d6e07-3c55-401f-9470-673befcd85ea",
    "recording_id": null,
    "artist": "Camille",
    "artist_ids": [
        "a5511b19-c0af-4886-ab1a-042980644dd2"
    ],
    "album": "Le Fil",
    "release_id": "421762e3-390b-455b-bb94-93ea473c6aad",
    "release_group_id": null,
    "labels": [
        "Narada Productions"
    ],
    "label_ids": [
        "b259b266-45ba-40fa-b784-102bb79d363d"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}