Information about plays

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

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

{
    "id": 1275281,
    "uri": "https://api.kexp.org/v2/plays/1275281/?format=api",
    "airdate": "2007-09-04T19:35:29-07:00",
    "show": 22322,
    "show_uri": "https://api.kexp.org/v2/shows/22322/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41C4NR10V9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41C4NR10V9L._SL75_.jpg",
    "song": "Bisso Na Bisso",
    "track_id": "cfe449a7-c769-4510-a29b-0c55b8232d4b",
    "recording_id": null,
    "artist": "Bisso Na Bisso",
    "artist_ids": [
        "b9ae8d06-531e-494e-b548-d2bc182706e0"
    ],
    "album": "Racines",
    "release_id": "c996006f-5e8f-42d6-b934-20a1f82df473",
    "release_group_id": null,
    "labels": [
        "Seble Solomon Production"
    ],
    "label_ids": [],
    "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"
}