Information about plays

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

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

{
    "id": 492131,
    "uri": "https://api.kexp.org/v2/plays/492131/?format=api",
    "airdate": "2001-11-30T23:49:00-08:00",
    "show": 8432,
    "show_uri": "https://api.kexp.org/v2/shows/8432/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZxCjfwZeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZxCjfwZeL._SL75_.jpg",
    "song": "Birimbau",
    "track_id": "219f44d2-3236-40fc-81ba-4685bf4ff2b7",
    "recording_id": null,
    "artist": "We",
    "artist_ids": [
        "a6eadedc-9749-4536-98ca-cfb33b300e51"
    ],
    "album": "Square Root of Negative One",
    "release_id": "3ccbd4f7-5076-4781-aabc-0a0e1875ebfd",
    "release_group_id": null,
    "labels": [
        "Asphodel"
    ],
    "label_ids": [
        "c1daac89-9b64-4d35-8a41-1f6cae8e0519"
    ],
    "release_date": "1999-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}