Information about plays

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

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

{
    "id": 347948,
    "uri": "https://api.kexp.org/v2/plays/347948/?format=api",
    "airdate": "2019-06-29T20:08:58-07:00",
    "show": 5797,
    "show_uri": "https://api.kexp.org/v2/shows/5797/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Desert Rose",
    "track_id": "746bbea7-2d33-4f40-a4f0-aca712d4b228",
    "recording_id": null,
    "artist": "Golden Gardens",
    "artist_ids": [
        "102657e7-69d5-4d94-bc73-10cb98693fbf"
    ],
    "album": "Desert Rose",
    "release_id": "1233c87c-6f5a-4a61-ae39-cca6e79036b2",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}