Information about plays

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

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

{
    "id": 383195,
    "uri": "https://api.kexp.org/v2/plays/383195/?format=api",
    "airdate": "2019-09-20T00:35:34-07:00",
    "show": 6375,
    "show_uri": "https://api.kexp.org/v2/shows/6375/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Light Green Leaves",
    "track_id": "6d438c77-cb5f-3cc7-8922-d0b733d0dd04",
    "recording_id": null,
    "artist": "Little Wings",
    "artist_ids": [
        "d94eab82-d344-40ba-860a-7174e2b5881c"
    ],
    "album": "Light Green Leaves",
    "release_id": "136bcfce-72d5-47b2-a454-06c98ce8ae11",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}