Information about plays

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

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

{
    "id": 1277533,
    "uri": "https://api.kexp.org/v2/plays/1277533/?format=api",
    "airdate": "2007-09-10T13:26:53-07:00",
    "show": 22360,
    "show_uri": "https://api.kexp.org/v2/shows/22360/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41901tIV64L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41901tIV64L._SL75_.jpg",
    "song": "Scuby",
    "track_id": "42d8d787-ea44-4cce-b13b-6b82d949d2ef",
    "recording_id": null,
    "artist": "Little Wings",
    "artist_ids": [
        "d94eab82-d344-40ba-860a-7174e2b5881c"
    ],
    "album": "Soft Pow'r",
    "release_id": "68538d89-ae42-43b8-82b1-59cbc4c8de03",
    "release_group_id": null,
    "labels": [
        "Hella Rad"
    ],
    "label_ids": [],
    "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"
}