Information about plays

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

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

{
    "id": 453671,
    "uri": "https://api.kexp.org/v2/plays/453671/?format=api",
    "airdate": "2001-08-09T01:40:00-07:00",
    "show": 7677,
    "show_uri": "https://api.kexp.org/v2/shows/7677/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21ACQE1QCML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21ACQE1QCML._SL75_.jpg",
    "song": "Something Stronger",
    "track_id": "28b78ccd-22b0-4a15-9913-fa2a07a61eae",
    "recording_id": null,
    "artist": "Saru",
    "artist_ids": [
        "e1332634-6cb7-4d03-9494-a9df0efb7bc4"
    ],
    "album": "Downtempo Dojo",
    "release_id": "b4aa0d3c-275f-48f3-872c-2ea08fd43ec8",
    "release_group_id": null,
    "labels": [
        "Shadow Records"
    ],
    "label_ids": [
        "0252b53d-c120-4c15-a4a5-589fb758ba3c"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}