Information about plays

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

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

{
    "id": 353806,
    "uri": "https://api.kexp.org/v2/plays/353806/?format=api",
    "airdate": "2019-07-13T09:14:00-07:00",
    "show": 5896,
    "show_uri": "https://api.kexp.org/v2/shows/5896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Need Your Love (Each and Every Day)",
    "track_id": "4c3c74e9-e4bc-3812-b44b-1f750efd0b09",
    "recording_id": null,
    "artist": "Aswad",
    "artist_ids": [
        "617f2574-c2bd-4e39-9627-34fc9742a024"
    ],
    "album": "Crucial Tracks",
    "release_id": "22f7b105-239e-43ef-b24e-f98672d4858f",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [],
    "release_date": "1989-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aswad are a long lasting British reggae group, noted for adding strong R&B and soul influences to the reggae sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}