Information about plays

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

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

{
    "id": 1392537,
    "uri": "https://api.kexp.org/v2/plays/1392537/?format=api",
    "airdate": "2008-07-02T02:24:23-07:00",
    "show": 24304,
    "show_uri": "https://api.kexp.org/v2/shows/24304/?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": "24",
    "track_id": "f6ef33c7-41b8-46b1-b256-42b042810f9c",
    "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"
}