Information about plays

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

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

{
    "id": 1275821,
    "uri": "https://api.kexp.org/v2/plays/1275821/?format=api",
    "airdate": "2007-09-06T01:57:18-07:00",
    "show": 22330,
    "show_uri": "https://api.kexp.org/v2/shows/22330/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41V7mS4rnAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41V7mS4rnAL._SL75_.jpg",
    "song": "Mostly Waving (TodorK remix)",
    "track_id": "b8d71aba-d10b-42e5-b273-69b367c09748",
    "recording_id": null,
    "artist": "Emily Haines & The Soft Skeleton",
    "artist_ids": [
        "435c1b0e-e85d-49bb-bb68-f3fe4f7efaa8"
    ],
    "album": "What Is Free to a Good Home?",
    "release_id": "d82ceed7-c266-4006-a3fa-2b853138b362",
    "release_group_id": null,
    "labels": [
        "Last Gang Records"
    ],
    "label_ids": [
        "92218c9e-83bb-494d-afc2-f9475b64490d"
    ],
    "release_date": "2007-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}