Information about plays

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

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

{
    "id": 353307,
    "uri": "https://api.kexp.org/v2/plays/353307/?format=api",
    "airdate": "2019-07-12T02:59:30-07:00",
    "show": 5886,
    "show_uri": "https://api.kexp.org/v2/shows/5886/?format=api",
    "image_uri": "http://coverartarchive.org/release/3cb120ab-2df9-4867-b2f4-a8fd58bee4e9/23512702055-250.jpg",
    "thumbnail_uri": "",
    "song": "I Might Disappear",
    "track_id": "4630f290-3789-4578-8fff-925c68db58a7",
    "recording_id": null,
    "artist": "Mermaidens",
    "artist_ids": [
        "5072b8c1-a9e9-41be-9147-7258d8afd03a"
    ],
    "album": "Look Me in the Eye",
    "release_id": "3cb120ab-2df9-4867-b2f4-a8fd58bee4e9",
    "release_group_id": null,
    "labels": [
        "Flying Nun Records"
    ],
    "label_ids": [
        "59fd412e-71df-45b7-97be-37874136fe33"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}