Information about plays

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

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

{
    "id": 349230,
    "uri": "https://api.kexp.org/v2/plays/349230/?format=api",
    "airdate": "2019-07-02T21:03:30-07:00",
    "show": 5820,
    "show_uri": "https://api.kexp.org/v2/shows/5820/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alode",
    "track_id": "178b17c6-6372-4936-b577-aa389422a77d",
    "recording_id": null,
    "artist": "Bosq",
    "artist_ids": [
        "bc369d7d-0c06-4944-9eb5-e90a104f4a47"
    ],
    "album": "Love and Resistance",
    "release_id": "26554199-a8cb-4fb8-a5b6-90d21c4928e1",
    "release_group_id": null,
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2018-04-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bosq is an afro latin disco funk producer & dj based in Boston.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}