Information about plays

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

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

{
    "id": 1264817,
    "uri": "https://api.kexp.org/v2/plays/1264817/?format=api",
    "airdate": "2007-08-09T07:53:43-07:00",
    "show": 22146,
    "show_uri": "https://api.kexp.org/v2/shows/22146/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zEfrjMG5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zEfrjMG5L._SL75_.jpg",
    "song": "Wave Backwards to Massachusetts",
    "track_id": "1fb00b08-eacc-4086-974c-62412f5251bc",
    "recording_id": null,
    "artist": "Hallelujah the Hills",
    "artist_ids": [
        "6f54645c-f30a-46a9-b8e4-c5d32b2981f3"
    ],
    "album": "Collective Psychosis Begone",
    "release_id": "d624c376-f8fa-493a-8086-218d5bd0cc3e",
    "release_group_id": null,
    "labels": [
        "Misra"
    ],
    "label_ids": [
        "7be454c1-d49d-4f4c-9178-0ef23bac83f0"
    ],
    "release_date": "2007-06-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}