Information about plays

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

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

{
    "id": 355019,
    "uri": "https://api.kexp.org/v2/plays/355019/?format=api",
    "airdate": "2019-07-16T08:44:00-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stay High",
    "track_id": null,
    "recording_id": null,
    "artist": "Brittany Howard",
    "artist_ids": [
        "03eda2c4-a2b3-4a4e-9527-6791b0ed9d2d"
    ],
    "album": "Jaime",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ATO"
    ],
    "label_ids": [],
    "release_date": "2019-09-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When you have a voice like Brittany Howard, just about anybody looks good singing along. But when that person singing along is former NFL player, current Brooklyn Nine-Nine actor and generally beloved human being Terry Crews, it's all the more sweeter.  Watch the official video here: https://youtu.be/CfizQsGWOxI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}