Information about plays

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

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

{
    "id": 1387839,
    "uri": "https://api.kexp.org/v2/plays/1387839/?format=api",
    "airdate": "2008-06-20T07:51:05-07:00",
    "show": 24225,
    "show_uri": "https://api.kexp.org/v2/shows/24225/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61VMbxp5fiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61VMbxp5fiL._SL75_.jpg",
    "song": "On se promenait",
    "track_id": "3a0bcf1c-372d-4bf7-91ec-017dbef47840",
    "recording_id": null,
    "artist": "The Pinker Tones",
    "artist_ids": [
        "0b2e9bf1-a93d-4c6a-90c4-396d61706fd3"
    ],
    "album": "Wild Animals",
    "release_id": "4ce2706c-9a8d-4e8d-bd24-bc351219a85e",
    "release_group_id": null,
    "labels": [
        "Nacional Records"
    ],
    "label_ids": [
        "c5d75925-ded1-448e-aa02-06ea4b8250d6"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}