Information about plays

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

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

{
    "id": 373861,
    "uri": "https://api.kexp.org/v2/plays/373861/?format=api",
    "airdate": "2019-08-29T05:44:52-07:00",
    "show": 6223,
    "show_uri": "https://api.kexp.org/v2/shows/6223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sense of Skin",
    "track_id": null,
    "recording_id": null,
    "artist": "Where I Wake Warm",
    "artist_ids": [],
    "album": "Woke Up Smiling",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bedazzled"
    ],
    "label_ids": [
        "d827b5a7-cb3b-4299-8646-5c886f45789e"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Stumbled across this compilation of lesser known dream pop and shoegaze, hooked on this song big time)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}