Information about plays

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

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

{
    "id": 348423,
    "uri": "https://api.kexp.org/v2/plays/348423/?format=api",
    "airdate": "2019-07-01T00:15:00-07:00",
    "show": 5808,
    "show_uri": "https://api.kexp.org/v2/shows/5808/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Surfing Sahara",
    "track_id": "1dbf29b8-5b30-3316-b668-a1575ebecdf5",
    "recording_id": null,
    "artist": "Michael Blake",
    "artist_ids": [
        "728ba9aa-952c-4df0-99ac-5e29e3292c03"
    ],
    "album": "Elevated",
    "release_id": "6925ea4f-f2a9-482c-b192-bf3b6fc79185",
    "release_group_id": null,
    "labels": [
        "Knitting Factory Records"
    ],
    "label_ids": [
        "93c300d9-12f9-4e3a-9809-ef1549896cce"
    ],
    "release_date": "2002-03-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}