Information about plays

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

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

{
    "id": 347184,
    "uri": "https://api.kexp.org/v2/plays/347184/?format=api",
    "airdate": "2019-06-27T22:26:29-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "DeathMagicTruth",
    "track_id": "6586a543-c6a3-4deb-9d7b-eddda543e0bb",
    "recording_id": null,
    "artist": "Vox Mod",
    "artist_ids": [
        "36f34851-f94b-4163-907e-aff18469553b"
    ],
    "album": "Pure Consciousness",
    "release_id": "f2fb1a55-1ad5-4338-b3a8-ef73a8c93748",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-06-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Abstraction is at the core of electronic musician Vox Mod’s creations. Every aspect of his performance is a study of who he is, not only as a musician, but as a designer and illustrator as well. https://voxmod.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}