Information about plays

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

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

{
    "id": 531619,
    "uri": "https://api.kexp.org/v2/plays/531619/?format=api",
    "airdate": "2002-03-27T03:43:02-08:00",
    "show": 9204,
    "show_uri": "https://api.kexp.org/v2/shows/9204/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Non-descript",
    "track_id": "71bbc53f-e5c2-40fc-90be-cf1ab4e55424",
    "recording_id": null,
    "artist": "KaitO",
    "artist_ids": [
        "29bf76f4-17e1-493c-ba0c-b28879f31b6d"
    ],
    "album": "Montigola Underground",
    "release_id": "23aba002-0764-4079-8733-8edf01fa052f",
    "release_group_id": null,
    "labels": [
        "Devil in the Woods/Future Farmer"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}